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.
@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.
Lead Application Developer. MBA. I write blogs about .NET, Angular, JavaScript/TypeScript, Docker, AWS, DDD, and many others.