This commit is contained in:
xl
2024-11-18 16:39:59 +08:00
parent f9771fed3f
commit 80e41abb97
-2
View File
@@ -344,8 +344,6 @@ class Connection extends Component
*/ */
public function disconnect(): void public function disconnect(): void
{ {
var_dump(__FUNCTION__);
if ($this->timerId > -1) { if ($this->timerId > -1) {
Timer::clear($this->timerId); Timer::clear($this->timerId);
} }