Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle early wakeup of counter loop (#57170)
* Fix #56695 * prevent a negative delta value * PR feedback + bug fix * bug fix is preexisting: if a user other than the one who is listening sets the interval to 0 while the counter is enabled, it makes the counter continuously submit values. Changed this so that an interval value of <= 0 results in the counter being disabled * Add assert after offline conversation
- Loading branch information