Hi Barry,
We would like to inform you that we have used the following code as a workaround solution to increase the maximum receive message size for server-to-client communication. Please take a look at the following code:
builder.Services.AddSignalR(e => { e.MaximumReceiveMessageSize = 102400000; }); |
Regards,
Vinothkumar