Now dumping also SelectionKeys that throw when accessed.
This commit is contained in:
parent
d496cc85b6
commit
761dccd10c
|
@ -495,7 +495,7 @@ public class ManagedSelector extends ContainerLifeCycle implements Dumpable
|
||||||
}
|
}
|
||||||
catch (Throwable x)
|
catch (Throwable x)
|
||||||
{
|
{
|
||||||
LOG.ignore(x);
|
_dumps.add(String.format("SelectionKey@%x[%s]", key.hashCode(), x));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue