This commit is contained in:
xl
2024-11-18 17:32:49 +08:00
parent e2cac499b6
commit d500bb78c8
+1 -1
View File
@@ -113,7 +113,7 @@ class HotReload extends AbstractProcess
} }
$this->reloading = true; $this->reloading = true;
di(StdoutLogger::class)->println('reloading server, please waite.'); di(StdoutLogger::class)->println('reloading server[' . \config('id', 'system-service') . '], please waite.');
$this->clear(); $this->clear();
di(ServerInterface::class)->reload(); di(ServerInterface::class)->reload();