> You're using the 'fd' as the file descriptor, for registered files > you want to use the index instead. Since it's the only fd you > registered, the index would be 0 and that's what you should use. oh..yeah it works, thanks :) > It's worth mentioning that for 5.10 and on, SQPOLL will no longer > require registered files. that's awesome, it would be really handy as I just implemented a kind of workaround in netty :)