0
mc86 created
- Steps to reproduce the issue: Hi Guys need to set MaximumReceiveMessageSize for signlar how can i do it?
3 Answer(s)
-
0
Hello mc86.
please check this https://docs.telerik.com/blazor-ui/knowledge-base/common-increase-signalr-max-message-size
regards,
-
0
I 'v already cheked this pots. it doesn't work.
-
0
Hello mc86.
please try to add this code
context.Services.AddGrpc(options => { options.MaxReceiveMessageSize = 10 * 1024 * 1024; // 10 MB });
regards,