i'm using laravel-echo-server and all works fine, if i launch server with this command:
laravel-echo-server start
i see:
L A R A V E L E C H O S E R V E R
version 1.2.8
Starting server...
✔ Running at localhost on port 3001
✔ Channels are ready.
✔ Listening for http events...
✔ Listening for redis events...
Server ready!
But if i close with ctrl+c the server has been killed! the same things if i use this command:
laravel-echo-server start &
if i disconnect my ssh connection, the server stop work!
How can i launch in background mode?
thanks!
net::ERR_TIMED_OUT
– Bohunk