Skip to content
Advertisement

Tag: broadcast

Broadcasting, laravel-echo-server not receiving events

I’m using Laravel in a project and I want to use broadcasting with laravel-echo-server and Redis. I have set up both in a docker container. Output below: Redis A few warnings but nothing breaking. laravel-echo-server The client seems to join the channel without any problems. However, if I kick of an event laravel-echo-server doesn’t receive the event. I did a

Advertisement