Closed GoogleCodeExporter closed 9 years ago
Protocol buffers are not a streaming format. You pass in a chunk of bytes, and
you get a decoded message if and only if all the bytes were parsed. If you need
to parse a stream then you need a separate protocol to take care of that.
The Buffer type is not meant to be used externally; it is unfortunate that it
was exposed.
Original comment by dsymo...@golang.org
on 24 Nov 2014 at 12:17
Original issue reported on code.google.com by
kwa...@holycross.edu
on 10 Aug 2014 at 2:15