pub async fn read_message<R: AsyncRead + Unpin>( reader: &mut R, ) -> Result<BaresipMessage>
Read one netstring-framed JSON message from reader.
reader