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

Hardening thread safety for ContextCache #191

Merged
merged 1 commit into from
May 24, 2020

Conversation

smaillet
Copy link
Member

Resolves #179
Changed internal implementation of ContextCache and interactions with Context construction to properly operate thread safe. (e.g. multiple threads retrieve the same context for which a context instance is not mapped yet)

Resolves UbiquityDotNET#179
Changed internal implementation of ContextCache and interactions with Context construction to properly operate thread safe. (e.g. multiple threads retrieve the same context for which a context instance is not mapped yet)
@smaillet smaillet merged commit a9b26a1 into UbiquityDotNET:develop May 24, 2020
@smaillet smaillet deleted the ContextCache branch May 24, 2020 15:30
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.

[Bug] ContextCache.GetContextFor is not thread safe
1 participant