-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
Description
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).