-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In v8, the handlers are not run when sleeping and UtcTimeOn time passes.
I was not able to debug this properly as I was not able to setup the local development environment, but I believe the issue is in this loop (or the loop above)
var currentTime = DateTime.UtcNow.TimeOfDay;
...
while (currentTime < timeOn || currentTime > timeOff)
{
Sleep(handler, 60000);
}where the currentTime does not get updated within the loop, so it becomes stuck.
sei-dupdyke
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working