Commit 165a501
committed
bug: fixing subscription issue with twitch client chat messages
When I modified the code to be channel specific I completely forgot that
+=ing a delegate will append copies if you don't -= the item first.
Fixed it now. The -= will ensure that only a single copy of the
subscription is added to the chain.1 parent 4c925fa commit 165a501
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments