Skip to content

Commit

Permalink
use the same mp_ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Jul 23, 2024
1 parent bb80627 commit c8907af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/ipc/supervised_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
loop: asyncio.AbstractEventLoop,
) -> None:
self._loop = loop
log_q = mp.Queue()
log_q = mp_ctx.Queue()
log_q.cancel_join_thread()
mp_pch, mp_cch = mp_ctx.Pipe(duplex=True)

Expand Down

0 comments on commit c8907af

Please sign in to comment.