Skip to main content

read_until_flush

Function read_until_flush 

Source
pub fn read_until_flush(input: &mut impl Read) -> Result<Vec<Vec<u8>>>
Expand description

Reads packets until the next flush, returning their payloads.

ยงErrors

As read_packet.