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: websocket connection init timeout set to 0 #1232

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

mgradalska
Copy link
Contributor

In case of connection_init_wait_timeout set to 0, ws connection was closed before it was even accepted, so accepting connection was throwing an error. Moving websocket.accept() to the top fixes the issue.

Fixes #1217

Unverified

The signing certificate or its chain could not be verified.
@KarolJagodzinski KarolJagodzinski merged commit 9811fe4 into mirumee:main Feb 19, 2025
20 checks passed
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.

RuntimeError for specific websocket connection init timeout
2 participants