Open GoogleCodeExporter opened 8 years ago
Sorry , pointed to invalid function.
NioTcpMessageProcessor.initiateConnection has the following code :
socketChannel.socket().connect(address, timeout);
socketChannel.configureBlocking(false);
so first it tries to connect to other side and then configure blocking to false
( non blocking )
Original comment by oifa.yul...@gmail.com
on 14 May 2013 at 1:46
Is there any workaround for this?
Original comment by beradrian
on 14 Jan 2015 at 9:42
Original issue reported on code.google.com by
oifa.yul...@gmail.com
on 14 May 2013 at 1:02