From 539f49d7990afa28e956eb291e0c19e1617d5f55 Mon Sep 17 00:00:00 2001 From: Savio Resende Date: Thu, 28 Dec 2023 14:53:45 -0600 Subject: [PATCH] Test timeout enhancement.4 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }