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

Rserve: assign(String,String) works only for payload < 16Mb #4

Open
s-u opened this issue Oct 10, 2014 · 2 comments
Open

Rserve: assign(String,String) works only for payload < 16Mb #4

s-u opened this issue Oct 10, 2014 · 2 comments
Labels

Comments

@s-u
Copy link
Owner

s-u commented Oct 10, 2014

It is hard-coded to use short headers and thus doesn't work beyond 24-bit payload. Apparently some people assign even bigger strings so it should be changed to use long headers if the payload is too big.

@s-u s-u added the bug label Oct 10, 2014
@s-u s-u changed the title assign(String,String) works only for payload < 16Mb Rserve: assign(String,String) works only for payload < 16Mb Oct 10, 2014
@s-u
Copy link
Owner Author

s-u commented Jun 21, 2016

It is also true for other functions, see
s-u/Rserve#67

@Lu2017
Copy link

Lu2017 commented Jan 23, 2017

hi @s-u , is there any limit for assign(String,String[])?

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

No branches or pull requests

2 participants