stanley-king 3 年之前
父節點
當前提交
0582b7f16a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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);