-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't working
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.
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/ServiceClient.cs
Line 1826 in 4ed7e5b
| cancellationToken.ThrowIfCancellationRequested(); |
Please help advise. Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working