From 8b400946e64bdf657205db0b717f3b6a482cb131 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 13 Sep 2023 21:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/process.php b/config/process.php index 781dd0a..8821c08 100644 --- a/config/process.php +++ b/config/process.php @@ -43,7 +43,7 @@ return [ 'websocket_test' => [ // 这里指定进程类,就是上面定义的Pusher类 'handler' => app\Pusher::class, - 'listen' => 'websocket://0.0.0.0:8888', + 'listen' => 'websocket://0.0.0.0:8585', 'count' => 1, ], ];