-
-
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
get_received(namespace=None) does not returns the messages #2006
Comments
Can you test the main branch and report back if the problem is addressed? I'll issue a new release once you confirm that the fix works well for you. |
@miguelgrinberg |
Thanks. Release 5.3.6 is out with this fix! |
Hi @miguelgrinberg |
Moving the conversation to #2063 |
Describe the bug
After recent update in python-socketio, Flask-SocketIO's
get_received(namespace=None)
function is not returning the messages received from server it just returns an empty list. However, with older version of python-socketio everything works.Additional context
We are using this function to write API test case for our socket implementation.
The text was updated successfully, but these errors were encountered: