diff --git a/src/Client.php b/src/Client.php index 67f6a47..28358e1 100644 --- a/src/Client.php +++ b/src/Client.php @@ -115,9 +115,9 @@ public function connect(): void co::run(function () { go(fn () => $this->startConnection()); go(fn () => $this->pingTimer = Timer::tick(5000, function () { - if ($this->getClient() && $this->getClient()->isConnected()) { + // if ($this->getClient() && $this->getClient()->isConnected()) { $this->getClient()->ping(); - } + // } })); }); }