Using Simple Injector with SignalR
Well, I tried yesterday and I’ve found a solution. According to me, the only moment where I want dependency injection in SignalR is for my hubs: I don’t care about how SignalR is working inside ! So instead of replacing the DependencyResolver, I created my own implementation of IHubActivator : public class SimpleInjectorHubActivator : IHubActivator … Read more