posted 19 years ago
I recieve a Socket exception when the client disconnects from the server (and the other way around, as well). I have read that one should properly close the streams connected to the socket, and then close the socket. This I have done, but it seems a final message is being sent saying the socket has been closed and this is reporting an error, instead of just closing cleanly.
Any thoughts on this situation? thanks!