Comment #6 on issue 141 by [email protected]: Coded*Stream (at least in Java) behaves unpredictable when subsequent messages are sent over a Buffered Stream
http://code.google.com/p/protobuf/issues/detail?id=141
Issue still persists. For example there is two similar messages one after another in the stream. Since there is no length-limit for top message (pushLimit used only for reading nested messages) then next message will be consumed.
Regarding suggestion (a): CodedInputStream doesnt have information if there is tag from next message, or it was tag from previous.
If you would like a could attach sample. It's reproducable. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
