pub async fn write_message<W: AsyncWriteExt + Unpin>(
writer: &mut W,
data: &[u8],
) -> Result<(), ProtocolError>Expand description
Write a length-prefixed message to a writer
pub async fn write_message<W: AsyncWriteExt + Unpin>(
writer: &mut W,
data: &[u8],
) -> Result<(), ProtocolError>Write a length-prefixed message to a writer