Skip to content

Commit

Permalink
Fixes throttling by passing through dueTime
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDarvey committed May 9, 2019
1 parent 5906af9 commit eead46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static (IAsyncObserver<TSource>, IAsyncDisposable) Throttle<TSource>(IAsy
hasValue = false;
}
}
}).ConfigureAwait(false);
}, dueTime).ConfigureAwait(false);
await d.AssignAsync(t).ConfigureAwait(false);
},
async ex =>
Expand Down

0 comments on commit eead46b

Please sign in to comment.