oa_gateway_bench::owp_client

Function recv_text

Source
pub(crate) async fn recv_text(
    ws: &mut WebSocketStream<MaybeTlsStream<TcpStream>>,
) -> Result<String, String>
Expand description

Next text frame, answering WebSocket pings.