https://bz.apache.org/bugzilla/show_bug.cgi?id=63931
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Mark Thomas <ma...@apache.org> --- Looking at the Tomcat code, there are two ways this can happen. 1. A previous messages has an error which throws an exception. This essentially means the WebSocket connection is no longer usable. 2. Attempting to send messages concurrently. >From your description, this looks like a case of 1. Once you see the exception, do all subsequent attempts to write a message trigger that exception? Or is it intermittent? -- 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