Make sure we fire the event from the io-thread. See #306
This commit is contained in:
parent
f5eb6b61cd
commit
9ebff3abf2
@ -1254,7 +1254,7 @@ public class SslHandler extends FrameDecoder
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (cause != null) {
|
if (cause != null) {
|
||||||
fireExceptionCaught(ctx, cause);
|
fireExceptionCaughtLater(ctx, cause);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user