Now dumping also SelectionKeys that throw when accessed.

This commit is contained in:
Simone Bordet 2017-11-08 22:47:16 +01:00
parent d496cc85b6
commit 761dccd10c
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ public class ManagedSelector extends ContainerLifeCycle implements Dumpable
}
catch (Throwable x)
{
LOG.ignore(x);
_dumps.add(String.format("SelectionKey@%x[%s]", key.hashCode(), x));
}
}
}