TyphoonSwift
TyphoonSwift copied to clipboard
Race condition
Got Circular reference in initializers while building component while accessing assemblies in concurrent queue.
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.
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.