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

Addon for the 'crossed' MVar waiting fix #83

Closed andriytk closed 5 years ago

andriytk commented 5 years ago

In the timeout case findRemoteEndPoint was still returning the remote endpoint as a new (instead of throwing an exception when the remote endpoint is invalid already).

facundominguez commented 5 years ago

LGTM. Thanks!