select();
//
// print_r($rows);
//
// $a = MyDb::$redis->get('hello');
// print_r($a);
// }
//};
// run= debug_backtrace();
$this->_autoloadRootPath = dirname($backrace);
}
public function runonWorkerStop = array($this, 'onWorkerStop');
$this->onMessage = array($this, 'onMessage');
parent::run我经过断点调试,已经跑完了Worker::run(),static::$globalEvent->loop();
这句话也跑了!