pub async fn start_dynamic_server(
port: u16,
config: DynamicGrpcConfig,
latency_profile: Option<LatencyProfile>,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
Start a dynamic server with both gRPC and HTTP bridge support