Hi joeccmou,
Both a task and a cancellation_token/cancellation_token_source are single use objects, as in they can't be reset back to a beginning or not canceled state. You will have to recreate a new cancellation_token_source when you want to retry the request.
Steve
Both a task and a cancellation_token/cancellation_token_source are single use objects, as in they can't be reset back to a beginning or not canceled state. You will have to recreate a new cancellation_token_source when you want to retry the request.
Steve