Kittyfisto / SharpRemote

A .NET remoting library
MIT License
12 stars 5 forks source link

Don't disconnect an existing (working) connection when EndAccept throws #41

Closed Kittyfisto closed 6 years ago

Kittyfisto commented 6 years ago

Currently, SocketEndPoint disconnects a perfectly good connection when an internal call to EndConnect throws an exception, such as SocketException (because another client wants to connect). This shouldn't be the case as both connections are independent from each other.

Kittyfisto commented 6 years ago

Available with https://www.nuget.org/packages/SharpRemote/0.5.39.