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 looking into socketio libraries to choose one, so I haven't used this yet.
Using gosocketio.Dial to create a client immediately connects, before I've had a chance to install handlers. Is there a way to install handlers before the connection occurs, so we're certain my handlers can see every incoming message?
The text was updated successfully, but these errors were encountered:
Hi.
I'm looking into socketio libraries to choose one, so I haven't used this yet.
Using
gosocketio.Dial
to create a client immediately connects, before I've had a chance to install handlers. Is there a way to install handlers before the connection occurs, so we're certain my handlers can see every incoming message?The text was updated successfully, but these errors were encountered: