From 09ec4eb9c39988c5c05745729186eabf60efae8b Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 11:43:08 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index d7a4bc5..9f2df96 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -52,6 +52,8 @@ class HotReload extends AbstractProcess { // TODO: Implement onSigterm() method. fclose(inotify_init()); + + $this->stop(); } /**