diff --git a/src/Client.php b/src/Client.php index 7b011ca..867e297 100644 --- a/src/Client.php +++ b/src/Client.php @@ -210,7 +210,7 @@ protected function handleClientConnection(): void if ($this->timeout === -1) { throw $e; } - $this->getClient()->disconnect(); + $this->close(); } catch (Exception $e) { throw $e; }