Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disposing the server when RestartAfterListenError is true may result in a restarted socket #325

Open
mathieuvanloon opened this issue Apr 25, 2022 · 0 comments

Comments

@mathieuvanloon
Copy link

We recently had an issue where shutting down the Fleck server (with Dispose()) did not succeed. In fact the socket restarted itself. It turned out to be caused by this code:

image

since RestartAfterListenError was true, when one of the open connection triggered an exception the server was automatically restarted. So for now we'll set RestartAfterListenError to false when shutting down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant