yingzi 1 年之前
父节点
当前提交
4fa46dd1f9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Mall/Framework/Swoole/WebsocketClient.Class.php

+ 1 - 0
Mall/Framework/Swoole/WebsocketClient.Class.php

@@ -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(