| Author |
trying to get configureBlocking(false); to work
|
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
I have a message producer but the socket is never set if the serverSocketChannel.configureBlocking(false) is set.
In the code below it will never reach the block of code protected by sChannel != null
I know that it takes time to connect but this seems to loop for ever
|
 |
 |
|
|
subject: trying to get configureBlocking(false); to work
|
|
|