Java - Closing inputstream causes socket to close

Java , Sockets , InputStream Termination Singapore, Singapore
  • 11 years ago

    Hi all,

    I have a problem with my server sockets. I can connect fine, and write to the server successfully (I know this as i have checked the logs), but closing the writer causes the socket to become closed. It's still connected, but socket.isClosed() returns true, and i get an error when attempting to read from the socket. Any ideas why this might be?

    Thanks,

    Chris

  • 11 years ago

    it'd better if you share the piece of code.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.” - Donald Knuth