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

Timer doesn't seem to reset on a call to .Stop then .Start #79

Open
jamesarm97 opened this issue Aug 31, 2020 · 0 comments
Open

Timer doesn't seem to reset on a call to .Stop then .Start #79

jamesarm97 opened this issue Aug 31, 2020 · 0 comments

Comments

@jamesarm97
Copy link

I have a timer .begin(1000).repeats(30).onTimer(....) and it is logging the repeats left after I call .Start(). I am stopping the timer when a certain event happens with a .Stop() then we get another event that turns it on again (wanting to start from count 0) with a .Start() but the logging shows the timer picks up where it left off at as far as the repeats and repeats left shown.

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

No branches or pull requests

1 participant