Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forge.Get2LeggedTokenAsync() call hangs in Web API project hosted in IIS #6

Open
rmurphy-numediainnovations opened this issue May 11, 2020 · 0 comments

Comments

@rmurphy-numediainnovations

var response = await this.resiliencyPolicies.ExecuteAsync(async () => await base.SendAsync(request, cancellationToken));

This call hangs indefinitely when called in a web application hosted under IIS. Using the exact same code in a console app runs to completion successfully. Subsequent calls to ForgeHandler.RefreshTokenAsync() also hang because the semaphore object is never signaled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant