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

Ensure all resolved assemblies are unique #1904

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

glopesdev
Copy link
Member

The AssemblyResolve event may be called concurrently from different threads as described in #1903, so here we introduce a global assembly cache (no pun intended) to avoid duplication of dynamically loaded assemblies.

Fixes #1903

@glopesdev glopesdev added the fix Pull request that fixes an issue label Jul 12, 2024
@glopesdev glopesdev added this to the 2.8.5 milestone Jul 12, 2024
@glopesdev glopesdev merged commit b0343d8 into bonsai-rx:main Jul 13, 2024
10 checks passed
@glopesdev glopesdev deleted the issue-1903 branch July 13, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid redundant assembly loading during concurrent resolve events
2 participants