Hi,
I have an eventlistener EL1 and an event listener EL2.
Now, I start registering EL1 to a runtime event.
When it triggers, I’d like to remove EL1, and add EL2 for the next time this event triggers.
However, when adding the eventListener EL2, it automatically triggers.
I assume this is because I directly alter the listener table, and corona iterates the table.
What would be a good solution to support my behaviour?
I’d prefer not returning true to stop the events from bubbling, because I have other eventlisteners listening to the event too.
[import]uid: 5942 topic_id: 15598 reply_id: 315598[/import]
[import]uid: 3826 topic_id: 15598 reply_id: 57612[/import]