This commit is contained in:
xl
2024-11-18 16:38:09 +08:00
parent 8d006568ef
commit f9771fed3f
+2
View File
@@ -344,6 +344,8 @@ 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);
} }