We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5f185 commit ca57d2bCopy full SHA for ca57d2b
src/ParallelPolling.php
@@ -32,6 +32,6 @@ protected function fire(Nutgram $bot, array|null $updates): void
32
};
33
}
34
35
- $this->pool->run($tasks);
+ $this->pool->run(...$tasks);
36
37
0 commit comments