|
|
@ -136,6 +136,7 @@ public class NettyClientHandler extends ChannelInboundHandlerAdapter { |
|
|
|
future.setResponseCommand(command); |
|
|
|
future.setResponseCommand(command); |
|
|
|
future.release(); |
|
|
|
future.release(); |
|
|
|
if (future.getInvokeCallback() != null) { |
|
|
|
if (future.getInvokeCallback() != null) { |
|
|
|
|
|
|
|
future.removeFuture(); |
|
|
|
this.callbackExecutor.submit(future::executeInvokeCallback); |
|
|
|
this.callbackExecutor.submit(future::executeInvokeCallback); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
future.putResponse(command); |
|
|
|
future.putResponse(command); |
|
|
|