merge-api / merge-csharp-client

The C Sharp SDK for accessing various Merge Unified APIs
Other
2 stars 1 forks source link

Allow API call cancellation with CancellationTokens #28

Closed robfe closed 1 month ago

robfe commented 4 months ago

A typical async API in dotnet will optionally provide the ability to pass in a cancellation token - is this something you'll consider supporting?

Happy to help if you're keen!

dsinghvi commented 4 months ago

@robfe great idea, this is something that has been requested by a couple different consumers. We will plan to support this, ccing @dcb6 as well

dsinghvi commented 1 month ago

@robfe this is now supported in the latest SDK