|
@@ -70,7 +70,7 @@ |
|
|
block discarded – undo |
|
70
|
70
|
$server = stream_socket_server("tcp://{$this->config->getHost()}:{$this->config->getPort()}", $errno, $errorMessage); |
|
71
|
71
|
|
|
72
|
72
|
if ($server === false) { |
|
73
|
|
- throw new WebSocketException('Could not bind to socket: ' . $errno . ' - ' . $errorMessage . PHP_EOL, CommonsContract::SERVER_COULD_NOT_BIND_TO_SOCKET); |
|
|
73
|
+ throw new WebSocketException('Could not bind to socket: ' . $errno . ' - ' . $errorMessage . PHP_EOL, CommonsContract::SERVER_COULD_NOT_BIND_TO_SOCKET); |
|
74
|
74
|
} |
|
75
|
75
|
|
|
76
|
76
|
@cli_set_process_title(self::PROC_TITLE); |
Please login to merge, or discard this patch.