We know that Blazor
uses SignalR
for communication between client and server and also there is a message size limitation in SignalR
(which is currently 32k). How it is possible to send more than 32k data from server to client or vise versa?
↧
How to send data with the size more than Signalr message size limit in Blazor?
↧