Is there a way to restart the websockets server?
I am running supervisor, but the laravel app user doesn't have permission to access it.
Maybe the same kind of solution that queue:restart does? (that works fine regarding permissions in my case)
Any updates to this?
What about mimicking how Horizon does it? php artisan horizon:terminate
Most helpful comment
What about mimicking how Horizon does it?
php artisan horizon:terminate