-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cancellation support for async methods #176
Comments
Hey Euan 👋 Thanks for raising an issue on this so we can track it. We don't have any outright .NET members on our team currently, which makes prioritising this work a bit harder. We would be very keen to facilitate the Notify .NET community in working on improvements such as this independently, though. If you have the capability to put up a pull request implementing the feature we'd be very happy to help get it reviewed and released :) |
Hi Samuel, Thanks for the speedy response. I'll see what we can do depending on resources and time, but glad to know you're open to pull requests. |
…gov#130 - await rather than accessing task result.
It would be very useful if the various
*Async
methods could optionally take aCancellationToken
to cancel the send operation.The text was updated successfully, but these errors were encountered: