From 07d5f0394c61753f49449d7950a8886d6cc93212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Fri, 28 Nov 2025 16:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 742ef36..f6f4e55 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -204,6 +204,7 @@ class Events Log::info('绑定'); Gateway::joinGroup($client_id, $shopGroup); + Log::info('绑定连接数'. Gateway::getClientIdCountByGroup($shopGroup)); // 绑定shopid推送商品更新信息 Gateway::joinGroup($client_id, 'product_update' . $message['shop_id']); }