Badgerati / Pode

Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
https://badgerati.github.io/Pode
MIT License
830 stars 92 forks source link

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

Closed Badgerati closed 5 months ago

Badgerati commented 5 months ago

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