-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow RestartableCyclicTaskABC using Windows events to restart #1679
Conversation
@zariiii9003 please review and consider for a bug fix release. |
Semi-related: Could you check why the Second edit: The |
You are right, will fix it |
d5bc22a
to
3446b9a
Compare
Also adding unit test to cover RestartableCyclicTaskABC
3446b9a
to
6a52e80
Compare
@zariiii9003 please have another look. This should address the issues.
So the thread was waiting for ever ( This is documented in the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The reset with SetWaitableTimer
is a nice solution.
Allow RestartableCyclicTaskABC using Windows events to restart
Also adding unit test to cover RestartableCyclicTaskABC and avoid this type of bug.