This commit is contained in:
2021-03-08 18:33:55 +08:00
parent 81461f7b5a
commit e1dd10e210
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ class Event extends BaseObject
const SERVER_HANDSHAKE = 'on handshake';
const SERVER_MESSAGE = 'on message';
const SERVER_CLOSE = 'on close';
const SERVER_CLIENT_CLOSE = 'SERVER:CLIENT:CLOSE';
/**