Module websocket
Source - WSIncoming ๐
- Incoming WebSocket message envelope.
Supports both ping/pong messages and wscommand-based RPC.
- forward_event ๐
- Forward a queued event-bus value to the WebSocket. Returns
true if the
send failed (the caller should break the loop). - 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 ๐