-
Notifications
You must be signed in to change notification settings - Fork 14
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
ProtobufRuntime issue, possibly when decoding array of int32 #23
Comments
Thanks for this report! (For packed repeated fields, see https://developers.google.com/protocol-buffers/docs/encoding#packed) |
In fact, I passed your test by adding |
@lightyear15 This is still an issue and should be fixed at some point, but can you use this workaround ( |
Thanks a lot @siburu , |
Please refer to the bug reported in repository:
https://github.com/lightyear15/sol-protobug
As explained in the README, it looks like it might be something related to the
repeated int32
field.The text was updated successfully, but these errors were encountered: