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?
I had tried to Compress the data before sending it to reduce its size and Split the data into smaller chunks and send them sequentially.
New contributor
AquaJoy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.