Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty-WebSocket-Client cannot break a loop in SelectChannelEndPoint.blockWritable-method occasionally

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


Back to the top