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

Support for third bitmap #254

Closed
ferch5003 opened this issue Jul 24, 2023 · 2 comments · Fixed by #255
Closed

Support for third bitmap #254

ferch5003 opened this issue Jul 24, 2023 · 2 comments · Fixed by #255
Labels
bug Something isn't working

Comments

@ferch5003
Copy link

I am getting this error trying to deserialize a message that contains a 130 field:

error:unmarshalling: deserialize body: failed to unpack field 65: no specification found

Seeing the Bitmap the bit 65 is turned on, but this bit indicates a third bitmap that is active, not a field, so there is not an specification for this case.

@alovak
Copy link
Contributor

alovak commented Jul 25, 2023

@ferch5003 thanks for reporting the issue! I've fixed it here: #255

but I also have to check if it should be fixed for composite fields as well. I hope to fix it for composites today as well.

@alovak
Copy link
Contributor

alovak commented Jul 25, 2023

I checked and Composite works only with fixed bitmaps - so, the #255 is not relevant here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants