ably / ably-dotnet

.NET, MAUI, Xamarin, Mono and Unity client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
45 stars 22 forks source link

Add CancellationToken to Async operations #320

Open mcdis opened 5 years ago

mcdis commented 5 years ago

Add CancellationToken to all async operations:

┆Issue is synchronized with this Jira Task by Unito

mattheworiordan commented 5 years ago

@mcdis we will look at this, but it would be useful to have a little background to this request please.

mcdis commented 5 years ago

Hi @mattheworiordan, our system builds on reactive principles and at any time any part of configuration can changed suddenly. So we need the way to terminate all active 'processes' as fast as we can.

mattheworiordan commented 5 years ago

Thanks for the response, will get @withakay to look at soon.