vali 6 gadi atpakaļ
vecāks
revīzija
88545a5cf2

+ 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;