Skip to content

Commit

Permalink
Update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Apr 26, 2023
1 parent d22ea81 commit e99c29b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/core/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Constant

public const EVENT_HANDSHAKE = 'handshake';

public const EVENT_BEFORE_HAND_SHAKE_RESPONSE = 'beforeHandShakeResponse';
public const EVENT_BEFORE_HANDSHAKE_RESPONSE = 'beforeHandshakeResponse';

public const EVENT_OPEN = 'open';

Expand Down Expand Up @@ -299,6 +299,10 @@ class Constant

public const OPTION_FETCH_MODE = 'fetch_mode';

public const OPTION_ENABLE_MESSAGE_BUS = 'enable_message_bus';

public const OPTION_MAX_PACKAGE_SIZE = 'max_package_size';

public const OPTION_SERIALIZE = 'serialize';

public const OPTION_RECONNECT = 'reconnect';
Expand Down

0 comments on commit e99c29b

Please sign in to comment.