reverted close change

This commit is contained in:
Greg Wilkins 2016-05-18 15:22:27 +10:00
parent 49ec41f600
commit 89d20223a6
1 changed files with 2 additions and 1 deletions

View File

@ -314,7 +314,8 @@ public abstract class SelectorManager extends ContainerLifeCycle implements Dump
*/
protected void endPointClosed(EndPoint endpoint)
{
endpoint.onClose();
// TODO fix this
// endpoint.onClose();
}
/**