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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
If I'm correct, the current code doesn't allow unsubscribing to channels with wild cards,
i.e if I have 2 channels such as: rooms/parties/1 and rooms/parties/2, calling unsubscribe_to("rooms/parties/") [notice the ''] would remove subscription of both channels.
I'd love to know if this is actually currently possible, if not - requesting as enhancement.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I'm correct, the current code doesn't allow unsubscribing to channels with wild cards,
i.e if I have 2 channels such as: rooms/parties/1 and rooms/parties/2, calling unsubscribe_to("rooms/parties/") [notice the ''] would remove subscription of both channels.
I'd love to know if this is actually currently possible, if not - requesting as enhancement.
The text was updated successfully, but these errors were encountered: