lordhippo/odin-protobuf

LEN field concatenation

lordhippo opened this issue · 0 comments

Protobuf specs require multiple LEN-type messages to be concatenated when:

  • field type is string, bytes, or packed
  • field is not a repeated type

Currently I'm overriding the fields when a new data is seen.