Browse Source

修改 socket

cqp 3 months ago
parent
commit
1fa2a837c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/WebSocketServer.php

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

@@ -72,7 +72,7 @@ class WebSocketServer extends Command
                     }
                 )
             ),
-            6002
+            6003
         );
 
         // 启动WebSocket服务器