Skip to content

Commit

Permalink
Test timeout enhancement.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Dec 28, 2023
1 parent 539f49d commit 614658c
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 @@ -253,6 +253,7 @@ protected function connectionReady(): void

public function close(): void
{
Timer::clear($this->getPingTimer());
$this->client->close();
$this->client = null;
}
Expand Down

0 comments on commit 614658c

Please sign in to comment.