by MrSnowflake » Fri Nov 14, 2008 12:12 am
How can I detect when a Socket connection got closed from the other side? I have this client-server app, and when the client calls socket.close(), the server's client socket still has isConnected()==true. How come? Shouldn't this also be closed, as the tcp connection is closed?