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

Fix shutdown logic #28

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Fix shutdown logic #28

merged 1 commit into from
Feb 18, 2024

Conversation

jkeljo
Copy link
Owner

@jkeljo jkeljo commented Feb 18, 2024

Python 3.12 changed Server.wait_closed to actually wait for the server to close, which revealed that our shutdown logic was incorrect. We need to first allow the queue to flush and close the connections, then wait.

@jkeljo jkeljo merged commit af28223 into master Feb 18, 2024
4 checks passed
@jkeljo jkeljo deleted the fix_shutdown branch February 18, 2024 23:47
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

Successfully merging this pull request may close these issues.

1 participant