第一個Work mqWorker 里非得執(zhí)行 Swoole\Runtime::enableCoroutine(true); 不然onWorkerStart 就會阻塞執(zhí)行, 嘗試了很多種寫法都不行 在文件 開始 調(diào)用 enableCoroutine, 又會報錯 API must be called in coroutine 跟蹤了代碼,發(fā)現(xiàn)是調(diào)用unixsocket的函數(shù)報錯了, 感覺是調(diào)用了enableCorotin...