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 for #635 SingleInstance lock #952

Merged
merged 1 commit into from Jan 13, 2019
Merged

Fix for #635 SingleInstance lock #952

merged 1 commit into from Jan 13, 2019

Commits on Dec 7, 2018

  1. Fix for #635 SingleInstance lock

    Use lock only if instance not created yet
    
    ConcurrentDictionary GetOrAdd AddOrUpdate with value factory is not thread safe, so lock still needed
    https://github.com/dotnet/corefx/issues/25609
    avtc committed Dec 7, 2018
    Copy the full SHA
    57d5208 View commit details
    Browse the repository at this point in the history