We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f247454 commit d69c92eCopy full SHA for d69c92e
test/framework/src/test/java/org/elasticsearch/transport/nio/SimpleNioTransportTests.java
@@ -109,7 +109,7 @@ protected MockTransportService build(
109
@Override
110
protected void close(NioChannel nioChannel) {
111
try {
112
- nioChannel.getCloseFuture().awaitClose();
+ nioChannel.closeAsync().awaitClose();
113
} catch (IOException e) {
114
throw new UncheckedIOException(e);
115
}
0 commit comments