Accumulates raw bytes from a stream and extracts complete length-prefixed
frames. Feed it every received chunk; it returns all complete messages
decoded from the accumulated buffer, handling the case where a single
logical message arrives across multiple chunks or multiple messages arrive
in a single chunk.
Accumulates raw bytes from a stream and extracts complete length-prefixed frames. Feed it every received chunk; it returns all complete messages decoded from the accumulated buffer, handling the case where a single logical message arrives across multiple chunks or multiple messages arrive in a single chunk.