Search results for query: *

  1. S

    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? Client code: public async Task FooAsync() { var hubConnection = new HubConnection(...); await hubConnection.Start(); var hubProxy =...
Back
Top