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
這個要怎么停止?
ps aux|grep -i workerman|awk '{print $2}'|xargs kill -9
好的謝謝,強(qiáng)殺進(jìn)程