This commit is contained in:
2021-11-05 01:10:58 +08:00
parent 6db849de8d
commit 9c5ba4b3e9
@@ -104,6 +104,7 @@ class FileChangeCustomProcess extends Command
}
@unlink(storage('.swoole.pid'));
}
Coroutine::create(function () {
$descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];