firehoseio/js_client

Firehose consumer eats exceptions in message handlers

adam-h opened this issue · 1 comments

An error thrown in a message handler will get eaten by Firehose and never exposed to the client (for handling, reporting etc).

It comes from this code (similar in all transports).

@bakkdoor @steel Are you aware of why this is? Wary of changing it as it could be relied upon