Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in event listener stops propagating event to other registered listeners #165

Closed
Averor opened this issue Sep 27, 2017 · 2 comments

Comments

@Averor
Copy link

Averor commented Sep 27, 2017

It seems, that in version 6 it is not possible to propagate event in event-listeners, when one of them throws an exception. Resetting EVENT_PARAM_EXCEPTION allows us to handle thrown exception (log it or whatever) thus stop it from bubbling back to the app, but it won't help to continue with invoking the rest of registered listeners.

@codeliner
Copy link
Member

If @prolic is not faster I can check the issue in 3-4 hours. Should be possible to catch exceptions and continue with the rest of the listeners, but maybe we've introduced a bug by cleaning up the message dispatch process. Thx for the bug report

@codeliner
Copy link
Member

@Averor fix is on the way ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants