Hello,
Is it possible to set a timeout for server that would close stale client connections? Normally if a client is shutdown or there's a communication failure the server's socket for the client will be never closed leading to loss of resources.
Hello,
Is it possible to set a timeout for server that would close stale client connections? Normally if a client is shutdown or there's a communication failure the server's socket for the client will be never closed leading to loss of resources.