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