|
@@ -124,6 +124,7 @@ class WebSocketClient
|
|
|
$this->socket = new \swoole_client($type);
|
|
|
if ($this->ssl_key_file)
|
|
|
{
|
|
|
+ var_dump($this->ssl_key_file);
|
|
|
var_dump(file_exists($this->ssl_key_file));
|
|
|
var_dump(file_exists($this->ssl_cert_file));
|
|
|
$this->socket->set(array(
|