diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index f6f4e55..b0501e9 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -204,7 +204,7 @@ class Events Log::info('绑定'); Gateway::joinGroup($client_id, $shopGroup); - Log::info('绑定连接数'. Gateway::getClientIdCountByGroup($shopGroup)); + Log::info('绑定连接数'. json_encode(Gateway::getClientSessionsByGroup($shopGroup))); // 绑定shopid推送商品更新信息 Gateway::joinGroup($client_id, 'product_update' . $message['shop_id']); }