This commit is contained in:
2021-11-05 01:09:20 +08:00
parent c8c95d9dc9
commit d1ccbbb5e0
@@ -102,6 +102,7 @@ class FileChangeCustomProcess extends Command
if ($content > 0 && Process::kill($content,0)){ if ($content > 0 && Process::kill($content,0)){
Process::kill($content,15); Process::kill($content,15);
} }
@unlink(storage('.swoole.pid'));
} }
Coroutine::create(function () { Coroutine::create(function () {