pub fn broadcast(path: &[u8], data: &[u8]) -> i32
Broadcast a message to all WebSocket connections on a path.
path must be a null-terminated byte string.
path
Returns the number of connections the message was sent to.