Skip to content

SplitterChannel addChannel - Prevent Duplicate Channels#4270

Merged
aleks-f merged 1 commit intopocoproject:develfrom
andrewauclair:add-channel-duplicate-check
Nov 21, 2023
Merged

SplitterChannel addChannel - Prevent Duplicate Channels#4270
aleks-f merged 1 commit intopocoproject:develfrom
andrewauclair:add-channel-duplicate-check

Conversation

@andrewauclair
Copy link
Copy Markdown
Contributor

Ensure that the SplitterChannel addChanel function will only add the channel to the internal vector once. This prevents issues where the channel is accidentally added twice but only removed once because removeChannel stops at the first result.

…internal vector. This prevents issues where the channel is accidentally added twice but only removed once because removeChannel stops at the first result.
@aleks-f aleks-f added the bug label Nov 21, 2023
@aleks-f aleks-f merged commit 39e35c3 into pocoproject:devel Nov 21, 2023
@aleks-f aleks-f added this to the Release 1.13.0 milestone Nov 21, 2023
aleks-f pushed a commit that referenced this pull request Nov 23, 2023
SplitterChannel::addChannel() should only add a channel once to the internal vector. This prevents issues where the channel is accidentally added twice but only removed once because removeChannel stops at the first result. (#4270)
aleks-f pushed a commit that referenced this pull request Nov 27, 2023
SplitterChannel::addChannel() should only add a channel once to the internal vector. This prevents issues where the channel is accidentally added twice but only removed once because removeChannel stops at the first result. (#4270)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants