pub fn ws_send_binary(id: u32, data: &[u8]) -> i32
Send a binary frame on the given connection.
Returns 0 on success, -1 if the connection is unknown or closed.
0
-1