PHP Fatal error: Uncaught exception 'Exception' with message 'You can't send(NULL) to client, you need to convert it to a string. ' in /data/socket.io/vendor/workerman/workerman/Protocols/Websocket.php:236 Sta...
客戶端與Gateway進(jìn)行websocket長(zhǎng)連接的情況下, 設(shè)置了pingInterval=30,pingNotResponseLimit=0, 這種情況下,客戶端會(huì)穩(wěn)定連接著, 但如果設(shè)置了pingNotResponseLimit > 0,等于1至等于5都試過, 就會(huì)在 30 * pingNotResponseLimit時(shí)斷開鏈接; 防火墻是關(guān)著的,所以不會(huì)受防火墻的影響,本以為可能是服務(wù)器環(huán)境問題, 后來...