Skip to content
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

Fix inactive timers flushes #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mohammedazmy
Copy link

Inactive timers should publish '0' to backend when deleteTimers == false. When the list is empty no value is sent to the backend ending up with gaps in the reported values.

as "0". This is because timers calculations detects the timer values length.
So to make the inactive timers report '0' when deleteTimers==false, we set
the values to a '[0]' instead of empty list.
@mrtazz
Copy link
Member

mrtazz commented Apr 14, 2014

I think it makes sense to have that work the same way the other ones do. Could you also update the tests for this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants