From 76fab90abb09c085b7be545b9ea92865c0cb7db0 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 11 Apr 2021 19:04:25 +0800 Subject: [PATCH] modify --- System/Process/Process.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/System/Process/Process.php b/System/Process/Process.php index 91c99b56..2d1883f7 100644 --- a/System/Process/Process.php +++ b/System/Process/Process.php @@ -37,10 +37,10 @@ abstract class Process extends \Swoole\Process implements SProcess $this->application = $application; Snowflake::setProcessId($this->pid); - $content = System::readFile(storage('runtime.php')); +// $content = System::readFile(storage('runtime.php')); - $annotation = Snowflake::app()->getAnnotation(); - $annotation->setLoader(unserialize($content)); +// $annotation = Snowflake::app()->getAnnotation(); +// $annotation->setLoader(unserialize($content)); } /**