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.
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 !