Skip to content

Conversation

ProgrammingByPermutation
Copy link
Collaborator

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.

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.
@ProgrammingByPermutation ProgrammingByPermutation merged commit 56b2694 into main Jul 22, 2025
4 checks passed
@ProgrammingByPermutation ProgrammingByPermutation deleted the bug/subs branch July 22, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant