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