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
{{ message }}
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
navigator.onLineis still true when turning off WiFi or turn airplane mode on in mobile devices when try toreconnect.It happens because websocket connection closes before browser detect you went "offline" so it tries to reconnect but
navigator.onlineis still true.image