We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by rm2631 July 5, 2023 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.
The text was updated successfully, but these errors were encountered:
503c865
No branches or pull requests
Discussed in #320
Originally posted by rm2631 July 5, 2023
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.
The text was updated successfully, but these errors were encountered: