This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
This project is great - I started working with it only last week and everything was fine until today. I have no idea what happened and am looking for guidance.
- When I run the /laravel-websockets dashboard ALL the broadcasts are making it to the ledger
- I have channels like "UserJoined", "RoomCreated". "UserDisconnected", etc.
- But, when I run the websockets:serve it ONLY shows "New connection" and "Connection ###.### closed" along with pongs
The client side is getting nothing, reflects the Laravel job as described above. I've gone through my code and have confirmed it's making it all the way to event(new UserJoined('xyz')
I have restarted everything, cleared cache, and there are no Laravel errors. What should I look for next?
Thanks for any help.