I have been looking through other posts, and it seems the recommendation is to determine the size of the serialized protobuf message by calling the string function size() on the serialized string. I have attempted to do this, but I am still only detecting one element of a many-element repeated field.
On Wednesday, May 14, 2014 1:47:55 PM UTC-5, Oliver wrote: > > On 14 May 2014 08:12, Laura Macaddino <[email protected] <javascript:>>wrote: > >> The size of the packet is obtained by calling >> sizeof(serialized_protobuf_message). >> > > That doesn't sound correct. > > Oliver > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
