Protobuf messages do not have inherent delimiters; in fact, the
concatenation of two messages can sometimes be a perfectly valid single
message. Add delimiters in your protocol (if you are only sending a single
message then just shutdown() the socket afterwards and have the recipient
read until EOF; otherwise, send the length of the message in front of the
message itself).

Chris
On Sep 12, 2012 8:37 AM, "iz" <izfo...@gmail.com> wrote:

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to