send

Function send 

Source
pub fn send(conn: *mut ove_httpd_ws_conn_t, data: &[u8]) -> Result<()>
Expand description

Send a text message to a WebSocket connection.

ยงErrors

Returns an error if the send fails.