[protobuf] Re: Delay in Sending Data

2010-10-21 Thread Kevin
I have seemed to fix the reading issues on the C++ and Java sides and it is working as expected. My only concern now is in regards to messages sizes and the prepending the size at the beginning. What is the best way to go about this? My test message required on one byte but my next messages will

Re: [protobuf] Re: Delay in Sending Data

2010-10-22 Thread Evan Jones
Kevin wrote: My only concern now is in regards to messages sizes and the prepending the size at the beginning. What is the best way to go about this? My test message required on one byte but my next messages will probably require 2 if not 3 bytes. What is the proper way to handle this in the