Closed PhonicUK closed 9 years ago
If after accepting a request the connection is forcefully aborted, it will cause an unhandled exception that will take out the app it's running in.
To fix, in ChannelTcpListener.cs/OnAcceptSocket - the EndAcceptSocket call should be inside the try block.
fixed in the attach pull request. Thanks.
If after accepting a request the connection is forcefully aborted, it will cause an unhandled exception that will take out the app it's running in.
To fix, in ChannelTcpListener.cs/OnAcceptSocket - the EndAcceptSocket call should be inside the try block.