diff --git a/System/Snowflake.php b/System/Snowflake.php index 73bb21e9..24074e34 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -376,6 +376,7 @@ class Snowflake */ public static function reload(): mixed { + return Snowflake::app()->getSwoole()->reload(); return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1); }