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

Add thread safety to fix race conditions around usage of static IDict… #142

Merged
merged 4 commits into from
Nov 19, 2023

Commits on Nov 19, 2023

  1. Add thread safety to fix race conditions around usage of static IDict…

    …ionary instances. Note these should be converted to use ConcurrentDictionary<T> to avoid the performance overhead of using static lock objects.
    Dave Black authored and devlead committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    03740e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56995a4 View commit details
    Browse the repository at this point in the history
  3. - remove commented-out code

    udlose authored and devlead committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    ad73cb3 View commit details
    Browse the repository at this point in the history
  4. - fix formatting

    udlose authored and devlead committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9899787 View commit details
    Browse the repository at this point in the history