Hello,

I 'm using jetty, and occasionally, Jetty cannot break a loop in 
SelectChannelEndPoint.blockWritable-method.

I'm making a message uploading program using jetty as a Websocket client on the 
next environment.
 -Jetty8.1.3
 -android4

If the condition of mobile-line is good, this works well. 
In most cases of bad condition, there is also no problem by reopening when 
connection is closed.
But Connection.sendMessage-method hangs up, if a close of the line occures just 
on writing a data for uploading exactly in SelectChannelEndPoint.blockWritable 
method,
which is called when many send requests.

Any Information?
-----------------------------------------------------
coffeeno
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to