SelectAction select points (method fails to start) #449
Answered
by
sean-mcl
GiorgioMauro
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcl
Oct 11, 2024
Replies: 1 comment 2 replies
-
You probably use Blazor.Server? Try adding this: builder.Services.Configure<HubOptions>(o =>
{
o.MaximumReceiveMessageSize = null;
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GiorgioMauro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably use Blazor.Server?
Try adding this: