mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-26 10:03:50 +03:00
Small fix
This commit is contained in:
parent
b19bf1a6e0
commit
6d9e683b20
@ -157,7 +157,7 @@ async def tunnel_proc_async(
|
||||
|
||||
while tasks:
|
||||
to_wait = tasks[:] # Get a copy of the list, and clean the original
|
||||
# Wait for all tasks to finish
|
||||
# Wait for tasks to finish
|
||||
done, _ = await asyncio.wait(to_wait, return_when=asyncio.FIRST_COMPLETED)
|
||||
# Remove finished tasks
|
||||
for task in done:
|
||||
|
Loading…
x
Reference in New Issue
Block a user