I think we'll need to see the exact code you're using on both sides.
Probably the serialized message is being damaged in some way in transit
(e.g. you calculated the length wrong)

Oliver


On 14 May 2014 20:51, Laura Macaddino <l.macadd...@gmail.com> wrote:

> 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 <l.mac...@gmail.com> 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 protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at http://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to