From 1106a4dd962119703c3d43f6007a29441d2d4d78 Mon Sep 17 00:00:00 2001 From: Savio Resende Date: Thu, 28 Dec 2023 14:52:42 -0600 Subject: [PATCH] Test timeout enhancement.3 --- src/Client.php | 1 + 1 file changed, 1 insertion(+) 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; }