From 0cb14bd24b17404e60f0f67b05a9f053abe28a84 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:11:50 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 2751c6f3..d146d1cb 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -105,6 +105,7 @@ class FileChangeCustomProcess extends Command @unlink(storage('.swoole.pid')); } + Coroutine::create(function () { $descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];