Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sharded): properly unsubscribe when closing
Providing an array of channels to the SUNSUBSCRIBE command assumes all the channels are allocated to the same slot, which is not always the case, so we need to issue one command per channel. Related: #500
- Loading branch information