We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ActiveConnections Counter for limiting the number o active connectionsto MaxActiveConnections is not thread safe
https://csharp.2000things.com/2014/05/20/1100-increment-and-decrement-operators-are-not-thread-safe/
Multiple connection closed in the same instant can lead to incorrect active connection count
The text was updated successfully, but these errors were encountered:
Thread safe increment and decrement
fa19c78
Fixes #68
Fixed in 3.0.0-rc.2
Sorry, something went wrong.
fubar-coder
No branches or pull requests
ActiveConnections Counter for limiting the number o active connectionsto MaxActiveConnections is not thread safe
https://csharp.2000things.com/2014/05/20/1100-increment-and-decrement-operators-are-not-thread-safe/
Multiple connection closed in the same instant can lead to incorrect active connection count
The text was updated successfully, but these errors were encountered: