beyondcode / laravel-websockets

Websockets for Laravel. Done right.
https://beyondco.de/docs/laravel-websockets
MIT License
5.08k stars 630 forks source link

prevent error if server is not running #1175

Closed matiazar closed 9 months ago

matiazar commented 1 year ago

Hi. Im creating an app that is using this package... every message is sent perfect..

but yesterday I forgot to start the websocket server (php artisan websockets:serve)

and one script hangs... what can I do to prevent system hang if server is down? this message broadcasting is a secondary part of the system.. it needs to be working else even though broadcasting not.

thanks in advance !