pub fn ws_ready_state(id: u32) -> u32Expand description
Query the current ready-state of a connection.
Returns one of WS_CONNECTING, WS_OPEN, WS_CLOSING, or WS_CLOSED.
pub fn ws_ready_state(id: u32) -> u32Query the current ready-state of a connection.
Returns one of WS_CONNECTING, WS_OPEN, WS_CLOSING, or WS_CLOSED.