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

Audit currentCfg locking #97

Closed
parsley42 opened this issue Dec 16, 2019 · 0 comments · Fixed by #108
Closed

Audit currentCfg locking #97

parsley42 opened this issue Dec 16, 2019 · 0 comments · Fixed by #108

Comments

@parsley42
Copy link
Collaborator

There are still lots of places in the code where the global lock on currentCfg is taken, even though there's a valid cfg attached to the current context. Audit and remove all those extra locks in favor of using the non-changing value attached to the context.

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 a pull request may close this issue.

1 participant