|
@@ -24,7 +24,7 @@ class WebSocketServer extends Command
|
|
|
|
|
|
public function handle()
|
|
|
{
|
|
|
- $this->info('WebSocket server starting on ws://118.31.172.116:6003');
|
|
|
+ $this->info('WebSocket server starting on ws://118.31.172.116:6002');
|
|
|
|
|
|
// 创建WebSocket服务器实例
|
|
|
$this->serverInstance = IoServer::factory(
|
|
@@ -72,7 +72,7 @@ class WebSocketServer extends Command
|
|
|
}
|
|
|
)
|
|
|
),
|
|
|
- 6003
|
|
|
+ 6002
|
|
|
);
|
|
|
|
|
|
// 启动WebSocket服务器
|