Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147945 | Sep 28,2019 04:23 PM UTC | Sep 30,2019 07:16 AM UTC | Blazor | 1 |
![]() |
Tags: TreeView |
fail: Microsoft.AspNetCore.SignalR.HubConnectionHandler[2]
Error when processing requests.
System.IO.InvalidDataException: The maximum message size of 32768B was exceeded.
The message size can be configured in AddHubOptions.
|
services.AddServerSideBlazor().AddHubOptions(o =>
{
o.MaximumReceiveMessageSize = 102400000;
}); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.