Closed cgillum closed 1 year ago
Resolves #121
Handling the case where TimeSpan.MaxValue or TimeSpan.MinValue are used for the timeout value in WaitForOrchestrationAsync(...). In both cases, we treat it as meaning "no timeout".
TimeSpan.MaxValue
TimeSpan.MinValue
WaitForOrchestrationAsync(...)
Resolves #121
Handling the case where
TimeSpan.MaxValue
orTimeSpan.MinValue
are used for the timeout value inWaitForOrchestrationAsync(...)
. In both cases, we treat it as meaning "no timeout".