ASP.NET Core 2.2.1 Hosting Tips – Getting Started With SignalR Using ASP.NET Core
In this article, we’ll learn how to use Dynamic Hub in ASPNET Core SignalR. The newly written SignalR allows you to write a dynamic type of T Hub. The benefit of using dynamic hub is that the method will resolve to the runtime so that you can register any method at runtime and call it….