pub(crate) async fn send_text( ws: &mut WebSocketStream<MaybeTlsStream<TcpStream>>, frame: &str, ) -> Result<(), String>
Sends one OWP text frame.