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?
7 messages · Page 1 of 1 (latest)
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?
Do you have the queue running?
Yes
Nevermind, it suddenly work lol. Maybe i forgot to restart queue/reverb after change the event
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
I also use queue:listen, maybe the reverb problem
I think you maybe need a dot(.) before the channel name?