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

Bugfix for PR 275 - omit socket-id if null #280

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

larswolff
Copy link
Contributor

My fix for scaling with redis in PR 275 faails with an exception if a queue worker creates a push message, as the validate_socket() method does not accept null, but activates if the socket_id key is present.

I changed the code, so that the socket_id key is only is only set, if it is non-null.

@taylorotwell taylorotwell merged commit 22eab51 into laravel:main Dec 6, 2024
5 of 9 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