Structsยง
- WSIncoming ๐
- Incoming WebSocket message envelope. Supports both ping/pong messages and wscommand-based RPC.
Functionsยง
- handle_
incoming_ ๐text - Handle an incoming text message. Returns Err(true) if the socket send failed. Returns Ok(Some((rx, agent_id))) if a bus:register was processed.
- handle_
ws ๐ - handle_
ws_ ๐connection - parse_
block_ ๐input - Parse a CommandBlockInputData into a BlockInputUnion.
- register_
handlers ๐