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

Socket does not consistently close on ready timeout #80

Open
bebleo opened this issue Aug 7, 2021 · 0 comments
Open

Socket does not consistently close on ready timeout #80

bebleo opened this issue Aug 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@bebleo
Copy link
Owner

bebleo commented Aug 7, 2021

If the start of the server is aborted because the ready_timeout is exceeded the socket is not consistently closed down. when this happens subsequent uses fail with a message that the host and port are in use.

@bebleo bebleo added the bug Something isn't working label Feb 19, 2022
bebleo added a commit that referenced this issue Mar 2, 2022
Increase the number of seconds that the server will wait before it
times out with a TimeoutError to mitigate issues with the sockets
not being released.

See #80
bebleo added a commit that referenced this issue Mar 2, 2022
Increase the number of seconds that the server will wait before it
times out with a TimeoutError to mitigate issues with the sockets
not being released.

See #80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant