We created one sample latest socketcluster version. Then we start the npm start. SC is successfully started. After some time it got the below error. We unable request any connection on this but pong timed out getting.
Error [SocketProtocolError]: Client pong timed out at AGServerSocket._destroy (C:\Users\s900488\SC\test1\node_modules\socketcluster-server\serversocket.js:991:17) at Timeout. (C:\Users\s900488\SC\test1\node_modules\socketcluster-server\serversocket.js:809:10) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7) { code: 4001
We want to know were i made the mistake on my code. I did change any code from socket cluster code.