ing
This commit is contained in:
parent
842426c560
commit
3a1cbe46c1
|
@ -41,6 +41,7 @@ public class RPCServerHandler extends SimpleChannelInboundHandler<SocketFrame> {
|
||||||
reply = this.rpcInvoker.invoke(requestCodec);
|
reply = this.rpcInvoker.invoke(requestCodec);
|
||||||
|
|
||||||
} catch (RPCException e) {
|
} catch (RPCException e) {
|
||||||
|
logger.debug("Error", e);
|
||||||
error = e;
|
error = e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user