vali 6 жил өмнө
parent
commit
c2b79f2868

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

@@ -1794,7 +1794,7 @@ class Events
         // 每1分钟做一次redis ping检测避免redis掉线
         Timer::add(60, function () {
             if (!self::$logic->RedisPing()) {
-                self::$logic->getRedis(0);
+                self::$redis = self::$logic->getRedis(0);
             }
         });