SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
client:60.206.230.117:13554 gateway:127.0.0.1:3005 client_id:729 session:null onMessage:{"client_action":"login","channel_id":"678231442215371.1123","user_id":"67823"}
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready
問下walker 這個到底是撒原因造成的 在window開發(fā)沒有發(fā)現(xiàn)這個問題 部署到Linux上就偶爾出現(xiàn)這個問題 很頭大了........................
The connections between Gateway and BusinessWorker are not ready
意思是 Gateway 和 BusinessWorker 之間的連接沒有建立起來,可能的原因有:
1、沒啟動BusinessWorker進(jìn)程
2、服務(wù)剛啟動,Gateway 和 BusinessWorker 之間的連接還沒來得及建立,客戶端就發(fā)來請求
3、BusinessWorker進(jìn)程無法得到存儲中Gateway的通訊地址,導(dǎo)致無法主動與Gateway建立連接
4、其它原因...
可以通過strace命令+lsof命令定位