radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

Update WebSocketManagerExtensions.cs #58

Closed jcyuan closed 6 years ago

jcyuan commented 6 years ago

for the situation if my subclass inherits from WebSocketHandler does not exist in the entry assembly. so I can setup in the startup.cs like this: services.AddWebSocketManager(Assembly.GetAssembly(typeof(NotifierHub)));