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

ActiveConnections Counter is not thread Safe #68

Closed
sparkie79 opened this issue May 9, 2019 · 1 comment
Closed

ActiveConnections Counter is not thread Safe #68

sparkie79 opened this issue May 9, 2019 · 1 comment
Assignees
Labels

Comments

@sparkie79
Copy link

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

@fubar-coder fubar-coder self-assigned this May 9, 2019
@fubar-coder fubar-coder added the bug label May 9, 2019
fubar-coder added a commit that referenced this issue May 9, 2019
@fubar-coder
Copy link
Contributor

Fixed in 3.0.0-rc.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants