當(dāng)前服務(wù)器有兩個(gè)不同功能的businessworker模塊,通過start.php啟動(dòng)后,接受客戶端消息報(bào)錯(cuò)?SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://wiki.workerman.net/Error3.但不通過start.php啟動(dòng),而是分別啟動(dòng)start_*.php 文件沒有錯(cuò).可以正常接收消息,求可能原因和解決辦法
?
ps
經(jīng)測(cè)試,在xdebug模式下會(huì)有以上問題,非xdebug,使用終端執(zhí)行就沒有問題,大致是xdebug的某種機(jī)制導(dǎo)致了上述問題.具體為什么xdebug導(dǎo)致該問題還不清楚.
?