https://bz.apache.org/bugzilla/show_bug.cgi?id=62539
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #4 from Mark Thomas <[email protected]> --- I can't reproduced the issue with a Tomcat unit test and inspection of the provided test case indicates that there is a memory leak in the provided test case. WebSocketServer.onMessage(String message, Session session) never exits. Hence the WebSocket session will be pinned in memory even after the session has been closed. The while loop should be constructed in such a way that the loop exists once the session is closed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
