-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Test failure when upgrading from 4.3.1 to 4.4.0 #385
Comments
Yeah, I'll have to look into this one, it is a side effect of the addition of the |
@matthewwillian Could you give the master branch of Flask-SocketIO a try and report back if the issue is corrected? |
hey @miguelgrinberg just following up on this - the test still fails with release 4.6.0! |
@viggyfresh there is a unit test in this repository that checks |
@miguelgrinberg sorry for the delay here - I think I tracked down the issue! We've bumped Any chance you'd be able to cut a release of Flask-SocketIO? Thanks a bunch - and no rush! |
@viggyfresh oh, I see, sorry about that, that release fell through the cracks. Just released 4.3.0 with that fix. |
thanks @miguelgrinberg - resolved on our end! |
Coming from usage of Flask-SocketIO.
the namespace is defined as follows:
this unit test fails against 4.4.0 but passes against 4.3.1. did the behavior of
on_connect
get indirectly changed by this version bump?The text was updated successfully, but these errors were encountered: