-
Notifications
You must be signed in to change notification settings - Fork 183
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
Problem with setQuery in socket io version 3.0 #150
Comments
any example? |
I had the same problem. The offending line seems to be in manager.dart lines 365-367. It adds the query to the the namespace which in my case resulted in the server responding with unknown namespace. Unfortunately this results in the socket class simply ignoring the packet (socket.dart line 218) and not sending an error event. So, it seems like you just can't connect. |
Fixed in 2.0-beta branch and release |
Thank you so much, I´ll use it to try it. |
When I try to use setQuery (object), I can´t connect me in the server, but when I don´t use setQuery I can. I don´t know why.
I can use setHeaders, but It´s not the best option to do it.
I´m using the last version 2.0.0-beta.2 but my server is socket version 3.0
The text was updated successfully, but these errors were encountered: