hi all,
I made an application wich is a server that accepts many clients, when one of those clients wants to close the connection, sends an specified string to the server and this closes the connection. That works perfectly, the problem is when the client closes the connection without sending the string, then the server knows nothing about this and keeps the usless socket open for ever.
I can't find in the literature how the server is notified when some client closes unexpectedly the connection. Any help will be just great.
Thaks, billykid.