pub fn connect_with_early_data(
args: Config,
early_actions: Option<Vec<Action>>,
actions: Vec<Action>,
close_trigger_frames: Option<CloseTriggerFrames>,
) -> Result<ConnectionSummary, ClientError>Expand description
Connect to a server and execute provided early_action and actions.
See connect for additional documentation.