Open
Description
The current implementation doesn't keep a callback for UNSUBSCRIBE
command, the reason from the code base comments is that: every channel will receive an unsubscribe msg.
This design cause two problem:
- Callback passed with unsubscribe command never trigged.
- If the channel hasn't been subscribed, then we don't have a chance to handle related msg. As no callback for that channel yet.
Metadata
Metadata
Assignees
Labels
No labels