-
Notifications
You must be signed in to change notification settings - Fork 20
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
change minimum timeout to 0.5 seconds #25
base: master
Are you sure you want to change the base?
Conversation
The loop call_later() function returns a timeout message for times >= 1 second, so changing the minimum timeout to 0.5 allows this to be avoided.
call_later can be used with decimal timeout. |
So what are you saying...????? It messes up the timeout is greater than 1 second so we want it to have a decimal timeout........but right now we aren't allowed to go less than five seconds....which is more than one second |
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.
great request
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.
Approved. Please resolve the conflicts before merging the changes into main.
The loop call_later() function returns a timeout message for times >= 1 second, so changing the minimum timeout to 0.5 allows this to be avoided.