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 6e51c56 commit 3b0dd75Copy full SHA for 3b0dd75
mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA777Test.java
@@ -61,6 +61,7 @@ public void sessionOpened(IoSession session) throws Exception {
61
try {
62
IoConnector connector = new NioSocketConnector();
63
connector.setHandler(new IoHandlerAdapter());
64
+ connector.getSessionConfig().setUseReadOperation(true);
65
ConnectFuture connectFuture = connector.connect(new InetSocketAddress("localhost", port));
66
connectFuture.awaitUninterruptibly();
67
0 commit comments