Make sure we never exit the selector loop unless stopped.
This commit is contained in:
parent
3066b673e9
commit
c822ee4f82
|
@ -520,7 +520,7 @@ public abstract class SelectorManager extends AbstractLifeCycle implements Dumpa
|
||||||
}
|
}
|
||||||
selectedKeys.clear();
|
selectedKeys.clear();
|
||||||
}
|
}
|
||||||
catch (Exception x)
|
catch (Throwable x)
|
||||||
{
|
{
|
||||||
if (isRunning())
|
if (isRunning())
|
||||||
LOG.warn(x);
|
LOG.warn(x);
|
||||||
|
|
Loading…
Reference in New Issue