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