[#1388] Correctly break the loop on exceptions
This commit is contained in:
parent
50ac0cdfcb
commit
5398792ffa
@ -91,6 +91,9 @@ public abstract class AbstractNioMessageChannel extends AbstractNioChannel {
|
||||
}
|
||||
|
||||
pipeline().fireExceptionCaught(t);
|
||||
|
||||
// break the loop now
|
||||
break;
|
||||
} finally {
|
||||
if (read) {
|
||||
pipeline.fireInboundBufferUpdated();
|
||||
|
Loading…
Reference in New Issue
Block a user