Martin
Martin

Reputation: 677

What happens with an exception thrown within a ChannelFutureListener?

I assumed the exception would be processed as an upstream event in the pipeline of the channel but my stack trace doesn't look that way.

Upvotes: 0

Views: 291

Answers (1)

Norman Maurer
Norman Maurer

Reputation: 23557

It just gets logged via the InternalLogger, so no upstreamevent.

Upvotes: 1

Related Questions