安裝了swow擴展后,啟動gateway一直報錯,請問一下怎么解決
2023-07-25 11:12:18 pid:21967 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
2023-07-25 11:12:19 pid:21858 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
2023-07-25 11:12:19 pid:21858 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
2023-07-25 11:12:19 pid:21993 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
2023-07-25 11:12:19 pid:21993 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
2023-07-25 11:12:21 pid:21838 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
2023-07-25 11:12:21 pid:21838 SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
系統(tǒng):CentOS7
workerman/workerman v4.1.11
workerman/gateway-worker v3.1.0
之前遇到過,定位發(fā)現(xiàn)是安裝swow后swow會自動hook底層一些stream_*
函數(shù),更改了這些函數(shù)的默認行為,導(dǎo)致問題。
卸載swow就好了