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 hit this bug today between my server (in Rust) which correctly packs the values by default as per protobuf3 spec, and dart does not do that by default!
I ended up explicitly adding [packed = true] to the fields as a workaround for now!
Message definitions
proto3_test.proto
:Compiled via:
Serialization Code and results
The repeated field with default
packed
setting compiles to a non-packed field although it should be packed by default.The text was updated successfully, but these errors were encountered: