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 9e43049 commit fff0954Copy full SHA for fff0954
src/Connection/TcpConnection.php
@@ -98,21 +98,21 @@ class TcpConnection extends ConnectionInterface implements JsonSerializable
98
*
99
* @var int
100
*/
101
- public const STATUS_ENDING = 16;
+ public const STATUS_ENDING = 4;
102
103
/**
104
* Status closing.
105
106
107
108
- public const STATUS_CLOSING = 4;
+ public const STATUS_CLOSING = 8;
109
110
111
* Status closed.
112
113
114
115
- public const STATUS_CLOSED = 8;
+ public const STATUS_CLOSED = 16;
116
117
118
* Maximum string length for cache
0 commit comments