在接口中發(fā)起推送aa,aa中用了定時(shí)器,同一時(shí)間另外一個(gè)$to發(fā)起aa推送是不能執(zhí)行這個(gè)定時(shí)器內(nèi)的邏輯嗎? $sender_io->on('workerStart', function () { case 'aa': global $sender_io, $to; if ($to) { $aa_timerid = Timer::add(8, fun...