From 614658c81400fe08e1725ce841103a5eec685612 Mon Sep 17 00:00:00 2001 From: Savio Resende Date: Thu, 28 Dec 2023 14:54:54 -0600 Subject: [PATCH] Test timeout enhancement.5 --- src/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client.php b/src/Client.php index 867e297..ee6cd1a 100644 --- a/src/Client.php +++ b/src/Client.php @@ -253,6 +253,7 @@ protected function connectionReady(): void public function close(): void { + Timer::clear($this->getPingTimer()); $this->client->close(); $this->client = null; }