|
|
@ -92,7 +92,6 @@ class JsonCommandHandler extends ChannelInboundHandlerAdapter { |
|
|
|
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception { |
|
|
|
log.error("Exception caught in JsonCommandHandler", cause); |
|
|
|
this.handleError(ctx, cause, cause); |
|
|
|
ctx.close(); |
|
|
|
} |
|
|
|
|
|
|
|
private void handleError(ChannelHandlerContext ctx, Object cmdId, Throwable e) { |
|
|
|