pub async fn recv_message<R: AsyncReadExt + Unpin>( reader: &mut R, ) -> Result<Vec<u8>>
Receive a length-prefixed message