Expand description
This module handles WebSocket connections for the web UI.
Structs§
- WebSocket
State - The state shared across WebSocket connections.
Enums§
- WebSocket
Message - Represents messages that can be sent over the WebSocket to the web UI.
Functions§
- handle_
socket 🔒 - Handles a single WebSocket connection.
- ws_
handler - Handles the WebSocket upgrade request.