Skip to content
New issue

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

Signlar 1006 error on win 2016 server when message size incresed #41675

Open
1 task done
pranayrana opened this issue May 13, 2022 · 0 comments
Open
1 task done

Signlar 1006 error on win 2016 server when message size incresed #41675

pranayrana opened this issue May 13, 2022 · 0 comments

Comments

@pranayrana
Copy link

@pranayrana pranayrana commented May 13, 2022

Is there an existing issue for this?

  • I have searched the existing issues

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant