pub async fn send_batch<W>( writer: &mut W, messages: Vec<Message>, ) -> Result<(), Error>where W: AsyncWrite + Unpin,