sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Handle errors on send() due to closed socket. #162

Closed havocp closed 10 years ago

havocp commented 10 years ago

Also, more logging of the various close conditions, and handle SocketException specifically on read() to avoid printing a stack trace for it.

We ignore errors on send (don't throw them up), except that we force-close the socket as a double check that we'll get rid of the client.