microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
523 stars 517 forks source link

Wait never end for GetOperation #283

Open AtulTrikha opened 4 years ago

AtulTrikha commented 4 years ago

In ..\ClientLibrary\Samples\ProjectsAndTeams\ProjectsSample.cs, operation private async Task WaitForLongRunningOperation got stuck everytime at line 214 Operation operation = await operationsClient.GetOperation(operationId, cancellationToken);

If you can please help?