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 just pushed a fix. The UNSUBSCRIBE command was missing.
So now, if you call something like SUBSCRIBE fleet or PSUBSCRIBE fleet:*, you'll call UNSUBSCRIBE fleet or PUNSUBSCRIBE fleet:* respectively.
Also the QUIT command will unsubscribe from all channels and close the connection. Or, you can just close the tcp socket from the client side and the channels will gracefully close automatically.
I can use the SUBSCRIBE channel command. But how can i unsubscribe?
Thank you very much.
The text was updated successfully, but these errors were encountered: