We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22ea81 commit e99c29bCopy full SHA for e99c29b
src/core/Constant.php
@@ -58,7 +58,7 @@ class Constant
58
59
public const EVENT_HANDSHAKE = 'handshake';
60
61
- public const EVENT_BEFORE_HAND_SHAKE_RESPONSE = 'beforeHandShakeResponse';
+ public const EVENT_BEFORE_HANDSHAKE_RESPONSE = 'beforeHandshakeResponse';
62
63
public const EVENT_OPEN = 'open';
64
@@ -299,6 +299,10 @@ class Constant
299
300
public const OPTION_FETCH_MODE = 'fetch_mode';
301
302
+ public const OPTION_ENABLE_MESSAGE_BUS = 'enable_message_bus';
303
+
304
+ public const OPTION_MAX_PACKAGE_SIZE = 'max_package_size';
305
306
public const OPTION_SERIALIZE = 'serialize';
307
308
public const OPTION_RECONNECT = 'reconnect';
0 commit comments