-
-
Notifications
You must be signed in to change notification settings - Fork 895
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
Broadcast does not work with gunicorn #37
Comments
This works fine for me using the same releases you listed above. Are you using the example app? With it I can broadcast using the second text field, and all the clients get the server generated events every few seconds, so all seems to be working fine. |
It is not the example, but I reproduced it with the example, removing namespaces. I'm runing without namespaces, maybe this is the problem. Here, my diff to reproduce the problem.
|
This is addressed in version 0.3.8, just pushed to pypi. |
Thanks! It worked for me. |
Maybe it is a regression of #14. I tested it with current Flask-SocketIO release and with master branch. Both works fine with development server but don't send broadcast with gunicorn.
The text was updated successfully, but these errors were encountered: