Skip to content

Commit e99c29b

Browse files
committed
Update constants
1 parent d22ea81 commit e99c29b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/core/Constant.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Constant
5858

5959
public const EVENT_HANDSHAKE = 'handshake';
6060

61-
public const EVENT_BEFORE_HAND_SHAKE_RESPONSE = 'beforeHandShakeResponse';
61+
public const EVENT_BEFORE_HANDSHAKE_RESPONSE = 'beforeHandshakeResponse';
6262

6363
public const EVENT_OPEN = 'open';
6464

@@ -299,6 +299,10 @@ class Constant
299299

300300
public const OPTION_FETCH_MODE = 'fetch_mode';
301301

302+
public const OPTION_ENABLE_MESSAGE_BUS = 'enable_message_bus';
303+
304+
public const OPTION_MAX_PACKAGE_SIZE = 'max_package_size';
305+
302306
public const OPTION_SERIALIZE = 'serialize';
303307

304308
public const OPTION_RECONNECT = 'reconnect';

0 commit comments

Comments
 (0)