asp.net - SignalR: How do I dynamically register a Hub? -


i'm creating .net library has signalr hub inside of it. programmer import library inside his/her asp.net web application , need hub available.

normally people register hubs using iappbuilder.mapsignalr apparently doesn't work hubs different assemblies.

how do this? can't find related in signalr documentation.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -