From f9771fed3f71ca4387a142737b4a073d43dbcd23 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 16:38:09 +0800 Subject: [PATCH] eee --- Connection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Connection.php b/Connection.php index 8c0c3a2..1775826 100644 --- a/Connection.php +++ b/Connection.php @@ -344,6 +344,8 @@ class Connection extends Component */ public function disconnect(): void { + var_dump(__FUNCTION__); + if ($this->timerId > -1) { Timer::clear($this->timerId); }