dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

Add support for Microsoft.AspNetCore.SignalR.Protocols.MessagePack #221

Closed MrImpossibru closed 4 years ago

MrImpossibru commented 4 years ago

Hi, It would be nice to add support for Microsoft.AspNetCore.SignalR.Protocols.MessagePack for better performance. https://docs.microsoft.com/en-us/aspnet/core/signalr/messagepackhubprotocol?view=aspnetcore-3.0

dsuryd commented 4 years ago

Solved by providing access to HubConnectionBuilder (see https://www.dotnetify.net/core/api/connection)

MrImpossibru commented 4 years ago

Thanks! It doesn't work with authentication..