[android-developers] Re: java.nio.channels.IllegalSelectorException

2009-02-06 Thread sdehne
I subitted a new issue http://code.google.com/p/android/issues/detail?id=1932 On Feb 7, 2:13 am, sdehne wrote: > Hi, > > I'm running into an IllegalSelectorException in my application which > can be reproduced with the following code (I put this test code right > after the

[android-developers] java.nio.channels.IllegalSelectorException

2009-02-06 Thread sdehne
Hi, I'm running into an IllegalSelectorException in my application which can be reproduced with the following code (I put this test code right after the super() in onCreate() of an Activity): try { SocketChannel channel = SocketChannel.open(); channel.configureBlocking(false); Selector sel