Thank you guys so much for adding support for CancellationToken across the library. We have gone through the effort to replace all our TimeSpan timeouts with CancellationTokens
The one place we noticed a lack of support for it is in the AmqpCbsLink class.
It would be awesome if this class also supports cancellation tokens.
Thank you guys so much for adding support for
CancellationToken
across the library. We have gone through the effort to replace all ourTimeSpan timeouts
withCancellationToken
s The one place we noticed a lack of support for it is in theAmqpCbsLink
class. It would be awesome if this class also supports cancellation tokens.