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
The reason is in difference between SockJS and Websocket - I've tested changes using only SockJS transport. Will try to add more tests in future but just don't have enough time for this :(
I believe that the problem should be fixed by 4102f04, already released 2.1.1 with this change. Could you try it and check that it works properly for you now?
You have a mistake in conditions:
this._transport._transport
of undefinedNeed change to:
The text was updated successfully, but these errors were encountered: