stanley-king 3 anni fa
parent
commit
0582b7f16a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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);