Event Chaching
Closed this issue · 1 comments
Intro-Dev commented
Right now events are looped through every registered module, without regard for whether it will actually be used. I have already started work on this with the @eventlistener annotation, but right now it is not working.
Intro-Dev commented
Event caching has been implemented in the lasted commit.