pub async fn send_message<W: AsyncWriteExt + Unpin>( writer: &mut W, data: &[u8], ) -> Result<()>
Send a length-prefixed message