Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] java.lang.IllegalStateException: Blocking message pending 10000 for BLOCKING

Hi,
I am using jetty 9.2.2 to send string messages to HTML client over websocket. I use the following method to send the message:

org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendString(String myMessage)

Sometimes, I get an exception:

java.lang.IllegalStateException: Blocking message pending 10000 for BLOCKING

What could be the reason for this exception?

Because of this exception, the client is not able to receive any message.

Please assist.

Thanks in advance

Back to the top