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
After a series of "on event_a", "on event_b", I need to listen to other events that have not been defined by my code.
This is very important for troubleshooting. Sometimes I expect the server side to send me an event but it sends me another event which I haven't listened to. I don't know what this event is because I can't listened to unexpected "other" events.