microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Fix timeout arg exception in WaitForOrchestrationAsync #144

Closed cgillum closed 1 year ago

cgillum commented 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".