This commit is contained in:
xl
2024-11-18 11:50:13 +08:00
parent bbae787d4b
commit 694bde36d9
+3
View File
@@ -85,6 +85,9 @@ class HotReload extends AbstractProcess
*/ */
public function reload(): void public function reload(): void
{ {
if ($this->reloading) {
return;
}
$this->reloading = true; $this->reloading = true;
\Kiri::getLogger()->info('reloading server, please waite.'); \Kiri::getLogger()->info('reloading server, please waite.');