Skip to content

Commit

Permalink
Test timeout enhancement.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Dec 28, 2023
1 parent 6971131 commit 1106a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ protected function handleClientConnection(): void
if ($this->timeout === -1) {
throw $e;
}
$this->getClient()->disconnect();
} catch (Exception $e) {
throw $e;
}
Expand Down

0 comments on commit 1106a4d

Please sign in to comment.