Re: [protobuf] ParseDelimited from unreliable comm channel

2022-10-10 Thread Marc Gravell
No, protobuf does not have any resync capability. You're going to need to wrap that yourself. On Mon, 10 Oct 2022, 18:19 David L, wrote: > When serializing a message with SerializeDelimitedToOstream, is the > expectation that parsing the resulting serial stream will re-sync if some > data is

[protobuf] ParseDelimited from unreliable comm channel

2022-10-10 Thread David L
When serializing a message with SerializeDelimitedToOstream, is the expectation that parsing the resulting serial stream will re-sync if some data is lost (eg, if the serialized stream is sent over a radio modem)? Some preliminary testing that I did showed that parsing data after some lost