OWIN is a async product by default but the HOST in the middleware is currently a Singleton. Need to new up a new Host for each request but without having to resolve all dependencies each time.
Main cause of issue is OpenRasta.Owin.OpenRastaMiddleware.TryInitializeHosting
HostManager _hostManager
OWIN is a async product by default but the HOST in the middleware is currently a Singleton. Need to new up a new Host for each request but without having to resolve all dependencies each time.
Main cause of issue is OpenRasta.Owin.OpenRastaMiddleware.TryInitializeHosting HostManager _hostManager