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

Race condition #3

Open
xquezme opened this issue Dec 14, 2016 · 2 comments
Open

Race condition #3

xquezme opened this issue Dec 14, 2016 · 2 comments
Labels

Comments

@xquezme
Copy link

xquezme commented Dec 14, 2016

Got Circular reference in initializers while building component while accessing assemblies in concurrent queue.

@alexgarbarev
Copy link
Contributor

Oops! I missed that issue. Yeah, I think we should synchronize all access methods with serial queue in ActivatedAssembly. TyphoonSwift is not threaded safe at the moment, but it's pretty easy to do.

@alexgarbarev
Copy link
Contributor

Can you please try to make synchrounious access to all public methods of ActivatedAssemblyContainer class? Something like that http://stackoverflow.com/a/24103086

I would love to merge Pull Request with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants