@@ -11,9 +11,9 @@ |
||
11 | 11 | const SOCKET_DISCONNECTED_MESSAGE = 'Disconnected by remote side.'; |
12 | 12 | const SOCKET_DISCONNECTED_CODE = 100; |
13 | 13 | const SOCKET_UNABLE_TO_WRITE_MESSAGE = 'Unable to write to socket: '; |
14 | - const SOCKET_UNABLE_TO_WRITE_CODE= 101; |
|
14 | + const SOCKET_UNABLE_TO_WRITE_CODE = 101; |
|
15 | 15 | const SOCKET_UNABLE_TO_CREATE_MESSAGE = 'Unable to create socket: '; |
16 | - const SOCKET_UNABLE_TO_CREATE_CODE= 102; |
|
16 | + const SOCKET_UNABLE_TO_CREATE_CODE = 102; |
|
17 | 17 | |
18 | 18 | const INCORRECT_GTID_MESSAGE = 'Incorrect gtid'; |
19 | 19 | const INCORRECT_GTID_CODE = 200; |