Closed hjr3 closed 8 years ago
Fixed bug where writing to TcpStream could result in a "Socket is not connected" error. The tcp_basic_client_server test has been updated to ensure a pending socket connection will block when trying to write.
tcp_basic_client_server
Fixes #83.
@dpc bug fix and tests included. Let me know if this is what you had in mind. I am happy to make any edits to get this merge-ready.
LGTM! Thanks!
Fixed bug where writing to TcpStream could result in a "Socket is not connected" error. The
tcp_basic_client_server
test has been updated to ensure a pending socket connection will block when trying to write.Fixes #83.