tp5.1 根目录下使用 php think worker:server 之后无法stop
使用php think worker:server stop 提示
Workerman[think] stop
Workerman[think] is stopping ...
Workerman[think] stop fail
如果再使用的话 php think worker:server
提示
Starting Workerman server...
Workerman[think] start in DEBUG mode
Workerman[think] already running
这个要怎么停止?
参考 文档 http://doc.workerman.net/faq/stop-fail.html
ps aux|grep -i workerman|awk '{print $2}'|xargs kill -9
好的谢谢,强杀进程