Currently, the Websocket connection between the server and the client times out after a while because the server does not detect feedback from the client.
Implementing a ping that happens 30 seconds where the server and client send data back and forth would help to resolve this problem.
Currently, the Websocket connection between the server and the client times out after a while because the server does not detect feedback from the client.
Implementing a ping that happens 30 seconds where the server and client send data back and forth would help to resolve this problem.