Skip to main content

websocket

async fn websocket(
    req: HttpRequest,
    stream: Payload,
    jwt_key: Data<JwtKey>,
) -> Result<HttpResponse, ControllerError>
Expand description

Starts a new websocket connection.