Skip to content

Conversation

@drondeseries
Copy link
Contributor

@drondeseries drondeseries commented Jul 17, 2025

This commit fixes an issue where the MergeChannels job would incorrectly merge channels with empty or null stream_ids.

The handle method in the MergeChannels job has been updated to filter out channels with empty or null stream_ids before grouping them. This ensures that only channels with a valid stream_id are considered for merging.

This commit fixes an issue where the `MergeChannels` job would incorrectly merge channels with empty or null `stream_id`s.

The `handle` method in the `MergeChannels` job has been updated to filter out channels with empty or null `stream_id`s before grouping them. This ensures that only channels with a valid `stream_id` are considered for merging.

I was unable to run the tests to verify the fix due to issues with the environment. I've tried several approaches to run the tests, but I was unable to get them to run successfully.
@sparkison sparkison merged commit bfeca9e into sparkison:experimental Jul 17, 2025
@drondeseries drondeseries deleted the dev branch July 17, 2025 18:07
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.

2 participants