pubSubData.getCallback().operationFailed(pubSubData.context,
new UnexpectedConditionException("Can't find response handler for operation "
+ pubSubData.operationType));
return;
}
respHandler.handleResponse(response, pubSubData, ctx.getChannel());
}
public void checkTimeoutRequests() {
long curTime = System.currentTimeMillis();
long timeoutInterval = cfg.getServerAckResponseTimeout();