How do I send parameters in a SignalR message and return a result using this parameters
I am wanting to use the ISingleClientProxy.InvokeAsync send a message SignalR client and wait for a response. I can make this work until very easily using the following:
How should a BackgroundService generate a token when connecting to a SignalR hub?
I have a .NET application with a web API, a SignalR hub, and a BackgroundService, everything in the same project, and additionally a SPA that consumes this web API.
Optimizing Transmission of Large Objects via SignalR: Minimizing Data Size for 100MB Payload
I want to send a large object, roughly equivalent to 100MB, to a client using SignalR. Are there any ways to minimize its size effectively?