From 9c5ba4b3e968217c1cce5b4c8ccc5c39c5c0f956 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:10:58 +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 278adc31..53a7132f 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -104,6 +104,7 @@ class FileChangeCustomProcess extends Command } @unlink(storage('.swoole.pid')); } + Coroutine::create(function () { $descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];