Posted By:
Anders_Kjeldsen
Posted On:
Thursday, March 27, 2003 12:17 AM
I'm making a Java client that is comminicating with a C# server. I have a problem; when I close the client socket the server still thinks it's connected. I haven't had this problem with sockets in C# before. But I'm not sure if this is a problem with the client.
Anyone have any ideas about how I can avoid this in the Java client? I call shutdownInput() and shutdownOutput and close() in the socket.