balrajOla

Results 16 comments of balrajOla

@jakubvano I am not using Container.synchronize(). The way i am using assembler is i have multiple modules which i am combining at AppDelegate level with an Assembler. and that instance...

@jakubvano Still getting the same issue. Sometimes. The issue is more prominent after swift4.1.

I am have implemented URLProtocol for intercepting network calls and log it. There are some dependencies which i am trying to resolve in `public override class func canInit(with request: URLRequest)...

@jakubvano I did some investigation on this. Even after using synchronize() func there is some threading issue. For which i started using Thread Sanitizer. Which reported that there is a...

@jakubvano Did you check this issue. I am not sure what might have caused it.

@jakubvano I have added the code snippet via which this issue is happening. I hope this might help. Also, let me know what kind of information you specifically need. Using:-...

@jakubvano Please tell me when do we get this error:- ``` guard resolutionDepth < maxResolutionDepth else { fatalError("Infinite recursive call for circular dependency has been detected. " + "To avoid...