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

Event Hubs cancellation token fix for batched mode #1627

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

paulbatum
Copy link
Member

Resolves #1626

The same cancellation token should be passed through to user code in both the single dispatch and multi dispatch case.

I briefly looked at creating a unit test for this but its pretty painful due to the coupling with the Event Hubs types that aren't really mockable.

I'll send a matching PR for V2.

The same cancellation token should be passed through to user code in both the single dispatch and multi dispatch case.
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.

2 participants