SignalR - adding hubs at runtime
问题 I have a working SignalR application, my global.asax.cs does all the usual MapHubs() etc, and I'm using a custom IAssemblyLocator which also loads in-memory assemblies as well as referenced assemblies. The two hubs I have are created at runtime in in-memory assemblies, and this works fine - hubs can push messages to clients etc. At some point after the application has started, I want to add another hub at run time which will sit in it's own in-memory assembly, and make it appear in the