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(