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(deps): exclude eventlet 0.36.0 to avoid WebSocket bug #3179

Merged
merged 1 commit into from Apr 16, 2024

Conversation

dhdaines
Copy link
Contributor

Eventlet 0.36.0's WebSocket implementation has a bug that prevents it from running under a Gunicorn worker (as is done by Flask-SocketIO and possibly other things): eventlet/eventlet#946

Probably this will be fixed in the next Eventlet release but Gunicorn should exclude 0.36.0 to avoid nasty surprises downstream!

@benoitc benoitc merged commit 401cecf into benoitc:master Apr 16, 2024
20 checks passed
@benoitc
Copy link
Owner

benoitc commented Apr 16, 2024

thanks!

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.

None yet

2 participants