The sample code looks long, but actually it\'s not so complicated :-)
What I\'m trying to do is, when a user calls EventTimer.Start(), it will execute the callba
I figured it out, but I don't know why that I have to put io.reset() in Start(), since it's already been called in Stop().
io.reset()
Start()
See the updated code in the post.