hello ,I come from china ,
here ,I found a bug with mina 1.1.7   .
when create SocketConnector with SocketConnector's default constructor eg:
SocketConnector conn=new SocketConnector(); 
if server no return data , worker thread in SocketIoProcessor.java  no timeout 
forever 
because when executed processSessions(selector.selectedKeys()) , next 
select(1000)  selector.keys() ==isEmpty ,so 
processTimedOutSessions(selector.keys()) no do forever .
 
I known a litile english ~~  ,sorry ~~

Reply via email to