Closed dragorosson closed 1 year ago
According to the readme, authentication settings are optional. However, whenever Configuration.AccessToken is accessed, for example when polling for tasks, an exception is eventually thrown at https://github.com/conductor-sdk/conductor-csharp/blob/1ce0376acfc2ce7e5518ef18132196ec07a9638d/Conductor/Client/Authentication/TokenHandler.cs#L20 resulting in an exception:
Configuration.AccessToken
dbug: Conductor.Client.Worker.WorkflowTaskExecutor[0] [DESKTOP-******] worker error: Value cannot be null. (Parameter 'key'), taskName: qwerty, domain: , batchSize: 16
According to the readme, authentication settings are optional. However, whenever
Configuration.AccessToken
is accessed, for example when polling for tasks, an exception is eventually thrown at https://github.com/conductor-sdk/conductor-csharp/blob/1ce0376acfc2ce7e5518ef18132196ec07a9638d/Conductor/Client/Authentication/TokenHandler.cs#L20 resulting in an exception: