Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

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

Open
lmkz wants to merge 1 commit intopvginkel:masterfrom
lmkz:master
Open

Move BeginAcceptTcpClient() to top of AcceptTcpClientCallback() to prevent exceptions stopping listen loop#17
lmkz wants to merge 1 commit intopvginkel:masterfrom
lmkz:master

Conversation

@lmkz
Copy link

@lmkz lmkz commented Nov 23, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant