We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I read the source code, I was confused by the following code https://github.com/Kong/lua-resty-timer-ng/blob/main/lib/resty/timerng/job.lua#L254C17-L254C27 whether the immediate in the above code should be replaced by _immediate ? Is it a typo? Thanks for reply :) !
immediate
_immediate
The text was updated successfully, but these errors were encountered:
Yes, it is a typo. Luckily, it doesn't cause any bugs, just useless calculations. Thank you @rodman10 .
PR welcome!
Sorry, something went wrong.
fix: fix a typo causes useless calculation (#17)
3f32dfe
Thanks @rodman10 . Issue: #16
Successfully merging a pull request may close this issue.
When I read the source code, I was confused by the following code
https://github.com/Kong/lua-resty-timer-ng/blob/main/lib/resty/timerng/job.lua#L254C17-L254C27
whether the
immediate
in the above code should be replaced by_immediate
? Is it a typo? Thanks for reply :) !The text was updated successfully, but these errors were encountered: