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

Conversation

jr01
Copy link
Contributor

@jr01 jr01 commented May 4, 2022

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.

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.
@richardszalay richardszalay merged commit 4536be6 into richardszalay:master Jul 12, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants