Skip to main content

websocket_handler

Function websocket_handler 

Source
pub async fn websocket_handler(
    ws: WebSocketUpgrade,
    __arg1: State<WsState>,
    __arg2: Query<WsQuery>,
) -> Response