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 May 13, 2024. It is now read-only.
If you use the WebSocket in deferred open mode, readyState returns .connecting before open() is called. The WebSocket hasn't been opened or even provided a URL yet, so it should return .closed in this case.