Closed
Description
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.