Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

addOnceListener infinite recursion fix

Compare
Choose a tag to compare
@Olical Olical released this 08 Aug 16:57
· 154 commits to master since this release

You could get once events into an infinite recursion fairly easily, that's a very bad thing. You could still do it with the return based once events if you tried, but there's nothing I can do about that really.

So this fixes issue #54. Enjoy!