Hi
I do have to apologize as well, I completely forgot the current
implementation of the EventHub actually catches the app exceptions.
And I agree that's the best (essentially you already do what I wanted,
just on different level).
I was pondering whether we should anyway implement a special
exception, which is not ignored by the EventHub, but instead breaks
the loop. But, I see both pros and cons, and I see both cases when you
would want to be able to abort further processing (language filter
drops the message) and when not (logging handler wants to see every
message). So let's leave it as it is, for now.
Speaking of helpers, what placement you guys prefer? Client extension,
Message extension, generic extension, or something like
AspComet.Helper class?