Skip to content

Commit

Permalink
avoid consuming iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 30, 2024
1 parent 7d3bc9e commit c7bc061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiohappyeyeballs/_staggered.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ async def run_one_coro(
# so we need to start the next task.
if start_next_timer:
start_next_timer.cancel()
start_next_timer = None
break

if TYPE_CHECKING:
Expand Down

0 comments on commit c7bc061

Please sign in to comment.