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

bit fields dont respect endianess in serializer #30

Open
uscmule opened this issue Jun 5, 2024 · 0 comments
Open

bit fields dont respect endianess in serializer #30

uscmule opened this issue Jun 5, 2024 · 0 comments

Comments

@uscmule
Copy link

uscmule commented Jun 5, 2024

If i use bit fields the are always serialized in big endian order, but the encoder seems to respect the endianess set for the parser. The result is only bigendian messages with fields can accuratly go through serialization and deserialization. Little endian parsers result in malformed data.

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