zhoudw
2022-03-16 97071468ac2e837e41f14bc9230cef46fd2bdbce
端口
1 files modified
2 ■■■ changed files
config/autoload/server.php 2 ●●● patch | view | raw | blame | history
config/autoload/server.php
@@ -21,7 +21,7 @@
            'name' => 'ws',
            'type' => Server::SERVER_WEBSOCKET,
            'host' => '0.0.0.0',
            'port' => 9503,
            'port' => 9501,
            'sock_type' => SWOOLE_SOCK_TCP,
            'callbacks' => [
                SwooleEvent::ON_HAND_SHAKE => [Hyperf\WebSocketServer\Server::class, 'onHandShake'],