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:
parent
333c22d670
commit
0142509975
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue