oa_gateway_bench::owp_client

Function send_text

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

Sends one OWP text frame.