NHttp icon indicating copy to clipboard operation
NHttp copied to clipboard

Move BeginAcceptTcpClient() to top of AcceptTcpClientCallback() to prevent exceptions stopping listen loop

Open lmkz opened this issue 8 years ago • 0 comments

An exception in the body of AcceptTcpClientCallback() will cause the log message Log.Info("Failed to accept TCP client", ex); to be written, after which no further connections will be accepted as BeginAcceptTcpClient() is never called.

lmkz avatar Nov 23 '17 20:11 lmkz