Function wicrs_server::websocket::handle_connection[][src]

pub async fn handle_connection(
    websocket: WebSocket,
    user_id: ID,
    addr: Arc<Addr<Server>>
) -> Result