You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for this package I have been using it over the past month and it has been working very well in my flutter app.
However, today I upgraded my libraries including this library from 0.9.1 to 0.9.3 and suddenly it won't connect to the node js websocket anymore.
After some testing I found out that when reverting to 0.9.1 everything still works but in 0.9.2 and 0.9.3 it doesn't anymore.
Not sure if this is important, but to get this library to work I had to set the transports to websocket only, for some reason polling and then upgrading was not working correctly (even though the web version of my app can use it).
The text was updated successfully, but these errors were encountered:
@jumperchen 0.9.2 does indeed still work (i also found that weird)
0.9.3 however does not. I managed to find that it thows an error that the headers map is a <dynamic, dynamic> map instead of <String, dynamic>
I made a pull request for it #27
Dear Author,
Firstly, thanks for this package I have been using it over the past month and it has been working very well in my flutter app.
However, today I upgraded my libraries including this library from 0.9.1 to 0.9.3 and suddenly it won't connect to the node js websocket anymore.
After some testing I found out that when reverting to 0.9.1 everything still works but in 0.9.2 and 0.9.3 it doesn't anymore.
Not sure if this is important, but to get this library to work I had to set the transports to websocket only, for some reason polling and then upgrading was not working correctly (even though the web version of my app can use it).
The text was updated successfully, but these errors were encountered: