-
Notifications
You must be signed in to change notification settings - Fork 153
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
bug #105
Comments
What is the error message? |
Can you please give more information? What did you expect and what did you get instead? Your example ...
... Works as expected:
The timer example also works as expected:
|
(LuaJIT 2.0.5)
(lua 5.1.4)
(I'm sorry, My English is not good) |
more sample
Timer
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bug occurs when adding from inside a loop.
signal.register(AAA, function()
....
signal.register(AAA, ...)
....
end)
signal.emit(AAA)
timer.after(1.0, function()
...
timer.after(1.0, ...)
...
end)
The text was updated successfully, but these errors were encountered: