We need to set the exception on each MessageEvent. See #293
This commit is contained in:
parent
ea38734b13
commit
b614f81bf7
@ -684,9 +684,10 @@ abstract class AbstractNioWorker implements Worker {
|
|||||||
} else {
|
} else {
|
||||||
cause = new ClosedChannelException();
|
cause = new ClosedChannelException();
|
||||||
}
|
}
|
||||||
evt.getFuture().setFailure(cause);
|
|
||||||
fireExceptionCaught = true;
|
fireExceptionCaught = true;
|
||||||
}
|
}
|
||||||
|
evt.getFuture().setFailure(cause);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user