https://bz.apache.org/bugzilla/show_bug.cgi?id=66222

            Bug ID: 66222
           Summary: Exception occured while sending Websocket Message and
                    the session is being closed
           Product: Tomcat 8
           Version: 8.5.11
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: kmarimu...@tekvizion.com
  Target Milestone: ----

I am trying to send the Message from the Websocket Server using
"session.getBasicRemote().sendText("message");" , I got the IO exception
message   "The current thread was interrupted while waiting for a blocking send
to complete " and the Websocket Session being closed due to the exception.

This Issue is happening while I am trying to run multiple threads parallely to
send the message on the same session object, Note: the method to send the
Wesocket Message is Synchronised, still I am getting the Exception.

Please help me to solve this issue. Thanks in advance.

Regards,
Karthikeyan

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to