Skip to content

Commit

Permalink
Removing unneeded semaphore release (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
trwalke committed Feb 24, 2020
1 parent 7067d10 commit e21c687
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ private async Task AcquireTokenInternalAsync(IDictionary<string, string> brokerP
catch (Exception ex)
{
_logger.ErrorPiiWithPrefix(ex, "Broker invocation failed.");


s_readyForResponse.Release();
throw;
}

Expand Down

0 comments on commit e21c687

Please sign in to comment.