SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://wiki.workerman.net/Error3?
?
我看了三個(gè)文件的端口一致 服務(wù)器環(huán)境是?PHP 7.2.6 (cli)
我看?http://wiki.workerman.net/Error3??里面說(shuō)還有可能是
業(yè)務(wù)設(shè)置了business_worker->onWorkerStart 或者 Events::onWorkerStart 回調(diào),并且回調(diào)里有死循環(huán)或者長(zhǎng)時(shí)間阻塞的代碼,致使框架無(wú)法執(zhí)行businessWorker與gateway建立連接邏輯,導(dǎo)致報(bào)錯(cuò)。
你檢查了沒呢?