Explorar o código

Wesmiler OTC 提交更新 0729

APPLE %!s(int64=3) %!d(string=hai) anos
pai
achega
694255fd48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();