Skip to content

Instantly share code, notes, and snippets.

@clebertsuconic
Created July 24, 2014 17:11
Show Gist options
  • Save clebertsuconic/0daec84542df003fdd6e to your computer and use it in GitHub Desktop.
Save clebertsuconic/0daec84542df003fdd6e to your computer and use it in GitHub Desktop.
internalClose();
for (Channel channel : channels.values())
{
channel.returnBlocking();
}
// Then call the listeners
callFailureListeners(me);
callClosingListeners();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment