How to send big data via SignalR in .NET client
We have a .NET client, which use SignalR to call Server method, but the parameter seems very big, for such scenario how to fix it?
We have a .NET client, which use SignalR to call Server method, but the parameter seems very big, for such scenario how to fix it?