Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of erroneous break command when filtering websocket clients by path #1281

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

Badgerati
Copy link
Owner

Description of the Change

Removal of an erroneous break command when filtering for websocket clients which match a path, causing the filter to break out earlier than it should be and only send a message to a single client rather than all.

Related Issue

Resolves #1280

@Badgerati Badgerati added this to the 2.10.0 milestone Apr 5, 2024
@Badgerati Badgerati self-assigned this Apr 5, 2024
@Badgerati Badgerati merged commit f8ea7ce into develop Apr 5, 2024
30 checks passed
@Badgerati Badgerati deleted the Issue-1280 branch April 5, 2024 14:45
@Badgerati Badgerati mentioned this pull request Apr 14, 2024
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.

Websocket endpoints do not send broadcast messages to all connected clients
1 participant