fail future before firing exception event
This commit is contained in:
parent
df97732483
commit
a512c099ca
@ -198,8 +198,8 @@ final class DefaultLocalChannel extends AbstractChannel implements LocalChannel
|
||||
break;
|
||||
}
|
||||
|
||||
fireExceptionCaught(this, cause);
|
||||
e.getFuture().setFailure(cause);
|
||||
fireExceptionCaught(this, cause);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user