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

SignalR 2.1.1 Data submit limit at client side #3289

Closed
ArjunPathak opened this issue Sep 26, 2014 · 4 comments
Closed

SignalR 2.1.1 Data submit limit at client side #3289

ArjunPathak opened this issue Sep 26, 2014 · 4 comments

Comments

@ArjunPathak
Copy link

We have updgraded to SignalR 2.1.1. Here we are facing data size submit error. It does not accept data of large size. Our older version was just 1.0.0. rc2 which was taking any amount of value in Hub method.

In latest upgrade it only works when we submit very limited / small value to hub method.

Other info: Submit value is xml string.

Let us know what configuration is to be done at client side to enable it to submit large value/strings.

Thanks in advance
Arjun Pathak

@pvppratik81
Copy link

We have updgraded to SignalR 2.1.1. Here we are facing data size submit error. It does not accept data of large size. Our older version was just 1.0.0. rc2 which was taking any amount of value in Hub method.

In latest upgrade it only works when we submit very limited / small value to hub method.

Other info: Submit value is xml string.

Let us know what configuration is to be done at client side to enable it to submit large value/strings.

There must be something like buffer size property at client side as well.

@jaypshah
Copy link

I also have Same issue with SiganlR 2.1.1.
I am Sending Large Sting with marketHub.server.send() method and in Log it shows Error.

issusewith size

@m1729
Copy link

m1729 commented Feb 7, 2017

There are several issues that could connected to yours. Please take a look at
#1205
#2723
#2774
Is this issue duplicate to those?

@moozzyk
Copy link
Contributor

moozzyk commented Feb 7, 2017

This issue is filed for a deprecated version of SignalR (SignalR Asp.NET Core 1.0.0-rc2). We decided to build the version of SignalR for ASP.Net Core from scratch instead of porting existing 2.x code to ASP.Net Core.

@moozzyk moozzyk closed this as completed Feb 7, 2017
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

5 participants