if (entry == null) {
return group.next().newSucceededFuture(null);
}
Future future = entry.unsubscribe(channelName);
future.addListener(new FutureListener() {
@Override
public void operationComplete(Future future) throws Exception {
synchronized (entry) {
if (entry.tryClose()) {
returnSubscribeConnection(-1, entry);