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

Fix outstanding requests exception message #96

Merged

Commits on May 4, 2022

  1. Fix outstanding requests exception message

    Fixes a concurrency issue where between lines `outstandingRequests > 0` and `throw new InvalidOperationException` another thread would increment/decrement `outstandingRequests`. See https://stackoverflow.com/a/24893231
    Fixes `oustanding` to `outstanding` in the exception message.
    jr01 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3571354 View commit details
    Browse the repository at this point in the history