Changhui Xu
1 min readJul 16, 2020

--

@vaishakhpj

Could you add a guard to this line, like the following snippet?

```

if (delay.TotalMilliseconds <= 0)

{

await ScheduleJob(cancellationToken);

}

```

I have updated the code to reflect this change.

--

--

Changhui Xu
Changhui Xu

Written by Changhui Xu

Lead Application Developer. MBA. I write blogs about .NET, Angular, JavaScript/TypeScript, Docker, AWS, DDD, and many others.

No responses yet