You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: