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

Large messages (>40kb) from client to server don't succeed. #16

Open
asuth opened this issue Apr 25, 2012 · 3 comments
Open

Large messages (>40kb) from client to server don't succeed. #16

asuth opened this issue Apr 25, 2012 · 3 comments

Comments

@asuth
Copy link

asuth commented Apr 25, 2012

Haven't fully debugged yet, but it seems large messages with long strings being sent from a client to a server do not work. In this case, I'm working with a large serialized json object that I need to pass to a server.

Could it be something along these lines:
http://stackoverflow.com/questions/1639312/avoiding-localconnections-40k-size-limit-when-data-object-may-be-larger-than-40

@simb
Copy link
Owner

simb commented Apr 25, 2012

If you want to come up with some kind of test case for getting that much data into a message and have it fail, I'd be happy to look into this issue. Just need a reproducible case.

@asuth
Copy link
Author

asuth commented Apr 29, 2012

Hey -- thanks. Tried reducing and initial attempts were fine. Must be something a little more complicated. Will try to figure it out soon.

@simb
Copy link
Owner

simb commented Apr 30, 2012

K, Let me know. I'd love to include any fixes we can come up with. Just need to know what to fix.

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

2 participants