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

Decoding of boolean array doesn't allow for padding #8

Open
gid-elect opened this issue Jan 21, 2019 · 1 comment
Open

Decoding of boolean array doesn't allow for padding #8

gid-elect opened this issue Jan 21, 2019 · 1 comment

Comments

@gid-elect
Copy link

gid-elect commented Jan 21, 2019

When encoding boolean arrays, Rserve applies padding so that the next entry falls on a 32-bit boundary. This padding is not allowed for in rserve.js and data can be lost as a result.

@gid-elect gid-elect changed the title Decoding of boolean array does not allow for padding applied in Rserve encoding Decoding of boolean array doesn't allow for padding Jan 21, 2019
@gid-elect
Copy link
Author

gid-elect commented Jan 21, 2019

I've forked and added a fix which works for me.

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