Replies: 1 comment 2 replies
|
Yes, I can see the problem. You are using an eventlet release that is about 2 years old. I'll see what I can come up with to support old and new eventlets. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Release 4.5.0 introduced a bug for the following config on a gunicorn server :
Flask==2.2.2
Flask-Cors==3.0.10
Flask-SocketIO==5.3.4
eventlet==0.30.2
python-socketio==5.7.2
Simply using python-engineio==4.4.1 resolves the issue.
All reactions