nuxt-community / laravel-echo-module

Laravel Echo for Nuxt 2
MIT License
85 stars 32 forks source link

whisper and listenForWhisper #30

Open Rozkalns opened 3 years ago

Rozkalns commented 3 years ago

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