How do i handle timeouts between server and client? I mean normally you would have the connection established as long as needed, but timeouts on the ISP sides (for whichever reason) would result in a timeout of this connection. how do i detect it and maybe even handle it for example to automatically reconnect to the server if needed?
How do i handle timeouts between server and client? I mean normally you would have the connection established as long as needed, but timeouts on the ISP sides (for whichever reason) would result in a timeout of this connection. how do i detect it and maybe even handle it for example to automatically reconnect to the server if needed?