Skip to content

Commit

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

0 comments on commit 539f49d

Please sign in to comment.