zero-deps / proto

Lightweight and fast serialization library for Scala 2/3 based on Protocol Buffers with macros
MIT License
34 stars 3 forks source link

Failed to decode protobuf 2 non-packed format of repeated primitives #27

Closed lxomb closed 2 years ago

lxomb commented 2 years ago

Looks like protobuf2 format of repeated primitives (non-packed version) is not supported when decoding. By specification, both multiple key-value and packed format shall be supported when decoding.