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
If an event is broadcast to a non existend app id an exception is correctly raised ( Illuminate\Broadcasting\BroadcastException Pusher error: No matching application for ID) but the event is broadcast anyway and connected clients will receive that event even if the clients are connected to another app ID.
I do not know if this is an expected behaviour or not.
The reverb server is hosted on Forge.
Laravel version is 11.3.1 but it was updated from 10, i do not know if this could be an important information for you.
Steps To Reproduce
Setup Reverb
Create an Event that is broadcast to a public channel
Reverb Version
v1.0.0-beta6
Laravel Version
11.3.1
PHP Version
8.2.13
Description
If an event is broadcast to a non existend app id an exception is correctly raised ( Illuminate\Broadcasting\BroadcastException Pusher error: No matching application for ID) but the event is broadcast anyway and connected clients will receive that event even if the clients are connected to another app ID.
I do not know if this is an expected behaviour or not.
The reverb server is hosted on Forge.
Laravel version is 11.3.1 but it was updated from 10, i do not know if this could be an important information for you.
Steps To Reproduce
You can see the whole flow in the video below.
Screen.Recording.2024-04-11.at.13.30.41.mov
The text was updated successfully, but these errors were encountered: