Issue #1920 - Connect Timeouts with NonBlocking CreateEndPoint.

Reverted CreateEndPoint to be non-blocking, as
the real issue was determined to be #1924 instead.
This commit is contained in:
Simone Bordet 2017-10-30 00:42:53 +01:00
parent 333c22d670
commit 0142509975
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ public class ManagedSelector extends ContainerLifeCycle implements Dumpable
}
}
private class CreateEndPoint implements Runnable, Invocable, Closeable
private class CreateEndPoint extends Invocable.NonBlocking implements Closeable
{
private final SelectableChannel channel;
private final SelectionKey key;