You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were creating two futures, but only awaiting until the one of them
finished and not canceling the second.
Because `reset()` was never called, we were just creating more and
more futures that would never complete.
This change fixes this by canceling the second task immediately after
the first one is complete.
Signed-off-by: Sahas Subramanian <[email protected]>
0 commit comments