This commit is contained in:
2021-11-04 18:42:58 +08:00
parent 283c7c2371
commit ceafc139db
@@ -111,7 +111,11 @@ class FileChangeCustomProcess extends Command
$content = file_get_contents(storage('.swoole.pid'));
if (!empty($content)) {
var_dump($content);
Process::kill((int)$content, 15);
var_dump($content);
proc_close($this->source);
}