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
Recently, client events were given their own separate "on" method:
on(clientEvent:callback:)
However, there is no matching "off" method that accepts a SocketClientEvent, nor is there a once method to add a handler for one-time execution. We can work around this by using UUID, though it would be more convenient to have once/off methods.