pub fn read_until_flush(input: &mut impl Read) -> Result<Vec<Vec<u8>>>
Reads packets until the next flush, returning their payloads.
As read_packet.
read_packet