workerman Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0

405 阅读1分钟

workerman启动时一直出现Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0

CA8CF2F3-BFC2-4a8d-89B6-EEC48E04585F.png (1)出现的原因:原先启动的BusinessWorker的子进程没有删除干净,导致businessWorker->name名称冲突

(2)解决方法:

ps aux|grep YourAppBusinessWorker
kill -9 进程号