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
I was able to publish from client a whisper, but other client does not pick that up.
Can anybody share working example?
I'am not sure if docker is failing here, because I am able to broadcast messages from backend and this is received on all clients.
As well as whisper made from frontend was picked up in console output and in laravel websocket dashboard.
And yes, enable_client_messages is set to true.
I've tried many different ways how to listen to the event - channel().listenForWhisper(), private().listenForWhisper() and what not, can't remember already...
The text was updated successfully, but these errors were encountered:
I was able to publish from client a whisper, but other client does not pick that up.
Can anybody share working example?
I'am not sure if docker is failing here, because I am able to broadcast messages from backend and this is received on all clients.
As well as whisper made from frontend was picked up in console output and in laravel websocket dashboard.
And yes, enable_client_messages is set to true.
I've tried many different ways how to listen to the event - channel().listenForWhisper(), private().listenForWhisper() and what not, can't remember already...
The text was updated successfully, but these errors were encountered: