stanley-king il y a 3 ans
Parent
commit
0582b7f16a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      helper/queue/iqueue.php

+ 2 - 0
helper/queue/iqueue.php

@@ -303,6 +303,8 @@ abstract class ILooper
 
     public function run()
     {
+        refill\RefillFactory::instance();
+
         $this->_cid = Swoole\Coroutine::getCid();
         Log::record("runloop cid={$this->_cid}",Log::DEBUG);