pub async fn write_message<W>(
writer: &mut W,
message: &ClientMessage,
) -> Result<()>where
W: AsyncWrite + Unpin,Expand description
Write message as one frame and flush it.
pub async fn write_message<W>(
writer: &mut W,
message: &ClientMessage,
) -> Result<()>where
W: AsyncWrite + Unpin,Write message as one frame and flush it.