Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Meijer committed Jun 29, 2023
1 parent c11b270 commit daf21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Helpers/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
}

if ($client->isDisconnecting()) {
if (!$client->isOpen() || $client->isDisconnecting()) {
continue;
}

Expand Down

0 comments on commit daf21d1

Please sign in to comment.