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
With laravel Echo on Website platform (Vuejs) a header is added on axios to tell the pusher server who is the owner of the newly created event and when it comes to broadcast you can opt not to listen to your own events.
I need to put something like soket-id on the headers under Diointerceptor to send the soket_id long side the HTTP request to the server to know my socket_id and stop broadcasting to me since i am the creator of the event as i do not need to be notified.
The text was updated successfully, but these errors were encountered:
mwangaben
changed the title
Broadcast To Others Is not working as it broadcast to the My own Events
Broadcast To Others Is not working as it Listens to my on Evenets
Nov 11, 2024
mwangaben
changed the title
Broadcast To Others Is not working as it Listens to my on Evenets
Broadcast To Others Is not working as it Listens to my on Events
Nov 13, 2024
Finally after source diving on the source of this package i have come resolve my issue by using the master repository instead of the current on the flutter packages website as below which does not reflects the new merged #51 which exposes socket_id
With laravel Echo on Website platform (Vuejs) a header is added on axios to tell the pusher server who is the owner of the newly created event and when it comes to broadcast you can opt not to listen to your own events.
On the website this is how it is done
I need to put something like soket-id on the headers under Diointerceptor to send the soket_id long side the HTTP request to the server to know my socket_id and stop broadcasting to me since i am the creator of the event as i do not need to be notified.
The text was updated successfully, but these errors were encountered: