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
I've fixed this. However the use of these methods should only be used when it is known the machine is the correct endianness for the schema as no conversation is applied.
For a type defined like
and used in a message like
the generated stubs contain getters and setters like
In both cases, the call to
memcpy
uses a size of 3 (bytes), but it should be 12 (3 elements, each of 4 bytes for int32)?The text was updated successfully, but these errors were encountered: