请教下:gatewayworker 服务端自动断开是什么原因? 运行一段时间后,或者关闭连接窗口后会断开,php start.php start 不是一直打开状态吗?
直接start是debug模式,进程受终端控制,所以人为或意外关闭终端会话或连接窗口会导致gateway退出,生产环境应该使用守护进程模式启动:
php start.php start -d
感谢,我试下
直接start是debug模式,进程受终端控制,所以人为或意外关闭终端会话或连接窗口会导致gateway退出,生产环境应该使用守护进程模式启动:
php start.php start -d
感谢,我试下