Skip to content

Commit

Permalink
Don't need to wait for the pool to complete all tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 4, 2024
1 parent fe9c139 commit 5bb18ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Command/Data/AnnotationsGameCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ public function run(AbstractSocket $socket, array $argv, int $id)
$this->name => $result,
]);
});

$this->pool->wait();
}
}

0 comments on commit 5bb18ba

Please sign in to comment.