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

[6.x] Fix channel names when broadcasting via redis #31261

Merged
merged 4 commits into from
Jan 28, 2020

Conversation

timoschwarzer
Copy link
Contributor

@timoschwarzer timoschwarzer commented Jan 28, 2020

#31108 introduced publishing events to multiple channels at once using a Lua script. When publishing events through the Lua script, the Redis::OPT_PREFIX option does not apply and needs to be prepended manually.

Fixes in external projects:
Fixes tlaverdure/laravel-echo-server#477
Fixes tlaverdure/laravel-echo-server#407

@GrahamCampbell GrahamCampbell changed the title Fix channel names when broadcasting via redis [6.x] Fix channel names when broadcasting via redis Jan 28, 2020
Copy link
Member

@GrahamCampbell GrahamCampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks much better than the first attempt.

@taylorotwell taylorotwell merged commit d5c1268 into laravel:6.x Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants