Skip to content

Make shared cache for types resolution thread safe #163

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

stukselbax
Copy link
Contributor

In order to be able to run scripts in parallel and use CacheTypesResolutions, the shared cache must be thread safe.

Just changing the cache Dictionary to ConcurrentDictionary.

@codingseb codingseb merged commit d5b780a into codingseb:master Sep 22, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants