Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncRx.NET: Fixes throttling by passing through dueTime to scheduler #898

Merged
merged 1 commit into from
May 9, 2019
Merged

AsyncRx.NET: Fixes throttling by passing through dueTime to scheduler #898

merged 1 commit into from
May 9, 2019

Conversation

NickDarvey
Copy link
Contributor

Passes through dueTime parameter to the scheduler.

I verified this fixes the behaviour of the throttle operator running the same test as in the Rx.NET codebase, via #896.

Resolves #808.

@danielcweber
Copy link
Collaborator

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AsyncRx.NET lib Throttle(dueTime) doesn't work
2 participants