Re: [protobuf] Reading to the end of a protobuf.Buffer

2016-07-29 Thread 'Ross Light' via Protocol Buffers
+1 to Adam's assessment. That sounds like what you're running into, Tonny. -Ross On Fri, Jul 29, 2016 at 3:31 PM Adam Cozzette wrote: > +Ross who is the expert on protocol buffers for Go > > I'm not familiar with the Go implementation so I may be misunderstanding > your question, but it sounds

Re: [protobuf] Reading to the end of a protobuf.Buffer

2016-07-29 Thread 'Adam Cozzette' via Protocol Buffers
+Ross who is the expert on protocol buffers for Go I'm not familiar with the Go implementation so I may be misunderstanding your question, but it sounds to me like you are trying to parse a protocol buffer without knowing its size. Protocol buffers are not self-delimiting, so it's not possible to