Hi,

I want to send PB messages to a server via a persistent TCP connection. The 
idea is that the client can send lot of messages one behind the other over 
the same TCP connection. This means that data received in the server may be 
a complete PB message, a portion of a PB message, or more than a single PB 
message.

Is the protocol ready for this case? is there a parsing API for this case? 
or should I add some kind of data delimiter and perform manual parsing on 
server side in order to parse single and entire PB received messages?

Thanks a lot.

-- 
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