You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: