Skip to content

SelectAction select points (method fails to start) #449

Answered by sean-mcl
GiorgioMauro asked this question in Q&A
Discussion options

You must be logged in to vote

You probably use Blazor.Server?

Try adding this:

builder.Services.Configure<HubOptions>(o =>
{
    o.MaximumReceiveMessageSize = null;
});

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GiorgioMauro
Comment options

@GiorgioMauro
Comment options

Answer selected by GiorgioMauro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants