oa_gateway_testing::owp

Function recv_text

Source
pub async fn recv_text(ws: &mut OwpWs) -> String
Expand description

Next text frame, answering WebSocket pings.

Waits up to two seconds. Panics on timeout, a close, or any frame that is not text or ping.