conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

InProgress throws exception when using default param value for callbackAfterSeconds #91

Closed zacrumford closed 9 months ago

zacrumford commented 1 year ago

See this code

The callbackAfterSeconds.Value will throw if null yet the param is defined as long? callbackAfterSeconds = null