reverted close change
This commit is contained in:
parent
49ec41f600
commit
89d20223a6
|
@ -314,7 +314,8 @@ public abstract class SelectorManager extends ContainerLifeCycle implements Dump
|
|||
*/
|
||||
protected void endPointClosed(EndPoint endpoint)
|
||||
{
|
||||
endpoint.onClose();
|
||||
// TODO fix this
|
||||
// endpoint.onClose();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue