Laravel-websockets: artisan websockets:restart ?

Created on 18 Jan 2019  路  2Comments  路  Source: beyondcode/laravel-websockets

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)

Most helpful comment

What about mimicking how Horizon does it? php artisan horizon:terminate

All 2 comments

Any updates to this?

What about mimicking how Horizon does it? php artisan horizon:terminate

Was this page helpful?
0 / 5 - 0 ratings