logger.warn("Trying to close a subscription when we don't have a subscription channel cached for {}",
topicSubscriber);
callback.operationFinished(context, (ResponseBody)null);
return;
}
subscribeResponseHandler.asyncCloseSubscription(topicSubscriber, callback, context);
}
@Override
protected void checkTimeoutRequestsOnSubscriptionChannels() {
// timeout task may be started before constructing subscriptionChannels