pub async fn handle_node_server<T, E>(
    quic_server: &mut Endpoint,
    ctx: ServerCtx<T, E>
) -> Result<()>where
    T: ProcessState + ResourceLimiter + DistributedCtx<E> + Send + Sync + 'static,
    E: Environment + 'static,