This commit is contained in:
2021-11-17 10:45:35 +08:00
parent fd854b28a9
commit 34432225c4
+1
View File
@@ -19,6 +19,7 @@ class Constant
const WORKER_EXIT = 'WorkerExit';
const CONNECT = 'Connect';
const HANDSHAKE = 'handshake';
const OPEN = 'open';
const DISCONNECT = 'disconnect';
const MESSAGE = 'message';
const RECEIVE = 'Receive';