Skip to content

Commit

Permalink
Fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Oct 26, 2023
1 parent edd1edc commit 2693c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RemoteExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private function connect(): Promise
$socket->close();

while ($temp) {
$deferred = \array_shift($queue);
$deferred = \array_shift($temp);
$deferred->fail($error);
}
}
Expand Down

0 comments on commit 2693c17

Please sign in to comment.