-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
failed invocation of timer_cancel() against a recurring timer in Verifier. It seems that when timer_cancel() returns a failing return code when invoked against a recurring timer the recurring timer continues firing. This is odd, as the expectation is that a failing return code indicates that at most a single event is already in flight when the timer is cancelled, but in any case, the recurring timer is cancelled.
- Loading branch information
John Wolfe
committed
Jun 13, 2014
1 parent
5f54d8b
commit 0652e89
Showing
2 changed files
with
96 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.