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
Currently, the SDK shout an event Connected or Reconnected as soon as we send the subscription payload, we should wait for the first WebSocket event received (either a ping frame, a text frame with "ping" or a text frame with an actual event), so that recover mecanism suffer less from inaccuracy.