#Echo not listen

7 messages · Page 1 of 1 (latest)

fickle badger
#

So I try to learning laravel reverb, but when i try to send chat, the other user dont receive anything (The websocket is connected)

Where is the problem?

sick comet
#

Do you have the queue running?

fickle badger
fickle badger
#

Nevermind, it suddenly work lol. Maybe i forgot to restart queue/reverb after change the event

sick comet
#

Oh yeah, that's why I'd run php artisan queue:listen locally. It's slower, but picks up changes. queue:work does not, and is useful for production

fickle badger
#

I also use queue:listen, maybe the reverb problem

odd tusk
#

I think you maybe need a dot(.) before the channel name?