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 3835678 commit c007eefCopy full SHA for c007eef
livekit-agents/livekit/agents/worker.py
@@ -541,7 +541,7 @@ async def drain(self, timeout: int | None = None) -> None:
541
await self._update_worker_status()
542
543
async def _join_jobs() -> None:
544
- for proc in self._proc_pool.processes:
+ for proc in list(self._proc_pool.processes):
545
if proc.running_job:
546
await proc.join()
547
0 commit comments