laravel-echo-module icon indicating copy to clipboard operation
laravel-echo-module copied to clipboard

whisper and listenForWhisper

Open Rozkalns opened this issue 4 years ago • 0 comments

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...

Rozkalns avatar Dec 09 '20 23:12 Rozkalns