haskell-distributed / network-transport-tcp

TCP Realisation of Network.Transport
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
30 stars 27 forks source link

no apiSend RELY violation for closed remote #70

Closed avieth closed 6 years ago

avieth commented 6 years ago

Trying to send on an alive connection to a closed endpoint is normal. It happens when the peer closes the socket or the endpoint prematurely.

facundominguez commented 6 years ago

LGTM Thanks!