Open s-u opened 10 years ago
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.
It is also true for other functions, see https://github.com/s-u/Rserve/issues/67
hi @s-u , is there any limit for assign(String,String[])?
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.