-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Works with previous packages (reverting back to 1.0.26 resolves the problem). Works locally, but not in an Azure Function.
Nothing too fancy:
Parallel.ForEach( batches, new ParallelOptions() { MaxDegreeOfParallelism = service.RecommendedDegreesOfParallelism }, () => { return service.Clone(); }, (batch, loopstate, index, threadLocalSvc) => {
Seems this exception is being thrown:
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/ServiceClient.cs
Line 1403 in 44a1af6
| throw new DataverseConnectionException("Failed to Clone Connection", ex); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working