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
I'm trying to look through the source to see if there's a way to have an on handler for "open" but all I'm seeing are close and message. Is there a way I'm missing to be able to fire an event on the opening of the connection and before the first message comes in?
The text was updated successfully, but these errors were encountered:
When the WebSocket class is instantiated by the connector, resolving the promise, and returned inside your then function, the connection is considered open.
I'm trying to look through the source to see if there's a way to have an
on
handler for "open" but all I'm seeing areclose
andmessage
. Is there a way I'm missing to be able to fire an event on the opening of the connection and before the first message comes in?The text was updated successfully, but these errors were encountered: