Sfoglia il codice sorgente

Wesmiler OTC 提交更新 0729

APPLE 3 anni fa
parent
commit
694255fd48
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Console/Commands/Socket.php

+ 1 - 1
app/Console/Commands/Socket.php

@@ -59,7 +59,7 @@ class Socket extends Command
     public function start()
     {
         //创建websocket服务器对象,监听0.0.0.0:7104端口
-        $this->ws = new \swoole_websocket_server("0.0.0.0", env('SOCKET_PORT', '6420'));
+        $this->ws = new \swoole_websocket_server("0.0.0.0", env('SOCKET_PORT', '6520'));
 
 //        $this->ws->set();