vali 6 年之前
父节点
当前提交
88545a5cf2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -1036,7 +1036,7 @@ class Events
             return;
         }
 
-        $inQueue_1 = self::$redis->hget(self::USERLIST);
+        $inQueue_1 = self::$redis->hgetall(self::USERLIST);
         $inQueue = empty($inQueue_1) ? 0 : count($inQueue_1);
         $allkf = self::$redis->hgetall(self::KFINFOKEY);
         $nowTalking = $onlineKf = 0;