vali hace 6 años
padre
commit
c2b79f2868
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

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