Commit 2da8d9e
committed
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: #5001 parent 42c8ab6 commit 2da8d9e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments