bennidi / mbassador

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
MIT License
955 stars 146 forks source link

swallow error handler exceptions #130

Closed yaronyam closed 8 years ago

yaronyam commented 8 years ago

Exceptions raised by error handlers can terminate the async msg dispatcher. This PR replaces PR #127

bennidi commented 8 years ago

Looking good. Especially the tests :+1: