You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the scaling function in Laravel Reverb, listenForWhisper events on the client side are triggered multiple times. When Client A sends a whisper event, the listenForWhisper event on Client B is triggered more than once, despite only one whisper event being expected.
Steps To Reproduce
Enable the scaling function in Laravel Reverb.
Ensure both Client A and Client B join the same channel.
Have Client A send a whisper event in the channel.
Observe that Client B receives the whisper event multiple times instead of only once.
The text was updated successfully, but these errors were encountered:
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Reverb Version
1.4.0
Laravel Version
11.8.0
PHP Version
8.2
Description
When using the scaling function in Laravel Reverb, listenForWhisper events on the client side are triggered multiple times. When Client A sends a whisper event, the listenForWhisper event on Client B is triggered more than once, despite only one whisper event being expected.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: