Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Conversation

mangelsnc
Copy link
Contributor

This is useful when you queue more than one event, and there's no handlers associated to some event. In the old behavior, the following events to a non-handled event are not handled too because the triggered exception ends the loop.

With this modification, the non-handled event don't block the next events execution

This is useful when you queue more than one event, and there's no
handlers associated to the one event. In the older behaviour, the next
events to a non-handled event are not handled because the triggered
exception.
With this modification, the non-handled event don't block the next
events execution
@rgomezcasas
Copy link
Member

👌 Good one!!

@rgomezcasas rgomezcasas merged commit 24a44a3 into CodelyTV:master Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants