Closed
Description
I have encountered an issue with the handling of cancellationToken. The cancellationToken is checked only at the beginning of this while loop. Throttling will lead to a retry-after, seems the 'cancellationToken' is not checked during this delay, which means that the process will not be cancelled until the retry loop starts again after delayed time.
Please help advise. Thanks.