-
Notifications
You must be signed in to change notification settings - Fork 103
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
When using scaling
= true
the toOthers
method in Laravel does not work
#246
Comments
I'll take a look at this soon. |
It's really just a technical question relating to the |
I have same issue, when scaling = true, toOthers not work. |
It appears that the error also occurs when using the Whisper client event. |
I hit this problem and have created a PR that fixes the issue in my installation: |
* Fix for issue #246 Pass SocketID through redis, and filter it on the receiving end. This ensures that ->toOthers() works with scaling = true * update tests * formatting * wip * Update PusherPubSubIncomingMessageHandler.php --------- Co-authored-by: Joe Dixon <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
Thanks @larswolff that's now been merged. Closing this issue now. |
Reverb Version
1..0
Laravel Version
11.21
PHP Version
8.3
Description
In the code block below the
$connection
variable of thedispatch
function is ignored when using thePubSubProvider->publish(...)
. This is more of a question than a bug report, why is this the case and is there a way to get the PubSubProvider to properly ignore the passed$connection
?Steps To Reproduce
toOthers
scaling = true
The text was updated successfully, but these errors were encountered: