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

fix(broadcaster): incorrect channel matching because of dot in pattern #54303

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

021-projects
Copy link
Contributor

Issue: Because of the dot in the pattern, Broadcaster can resolve an incorrect channel. For example, if we have two channels orders.{id} and ordersShipment, and orders.{id} was added earlier than ordersShipment, then when trying to authorize in the ordersShipment channel, the orders.{id} channel will be resolved, because in regular expressions . is any character

@taylorotwell taylorotwell merged commit dbe6b14 into laravel:11.x Jan 22, 2025
38 checks passed
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