Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Singlar implemented with .net core + angular working fine on Win 10 machine with big message size. But its not working on win 2016 server when message size get increased , it gives 1006 error.
tried below , but none of below is working
services.AddSignalR(o => { o.EnableDetailedErrors = true; o.MaximumReceiveMessageSize = null; });
and set ApplicationMaxBufferSize=0 TransportMaxBufferSize =0
can anyone help with it, and want to know , can this issue of message size limit cause by server ?
Singlar should send message of any size without giving 1006 error on server as it working on dev machine.
Increase size of message sent over signlar.
No response
.net core - 5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the bug
Singlar implemented with .net core + angular working fine on Win 10 machine with big message size.
But its not working on win 2016 server when message size get increased , it gives 1006 error.
tried below , but none of below is working
services.AddSignalR(o => {
o.EnableDetailedErrors = true;
o.MaximumReceiveMessageSize = null;
});
and
set
ApplicationMaxBufferSize=0
TransportMaxBufferSize =0
can anyone help with it, and want to know , can this issue of message size limit cause by server ?
Expected Behavior
Singlar should send message of any size without giving 1006 error on server as it working on dev machine.
Steps To Reproduce
Increase size of message sent over signlar.
Exceptions (if any)
No response
.NET Version
.net core - 5
Anything else?
No response
The text was updated successfully, but these errors were encountered: