Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • how do we handle closing the websocket connection for a particular user? Commented Aug 4, 2023 at 6:14
  • What is there to handle? How a connection would be closed for a particular user? Anyway, this is unrelated to the original post, you should post this as a distinct question. Commented Aug 4, 2023 at 19:27
  • Hi edixon your answer is very helpful. I have implemented stomp and it is working, the problem is that when I close my server then I get a warning -- The web application [ROOT] appears to have started a thread named [MessageBroker-4] but has failed to stop it. This is very likely to create a memory leak. Commented Aug 5, 2023 at 12:50
  • Your question has several answers here: stackoverflow.com/questions/48254517. I found it at the top when googling for "the web application appears to have started". Commented Aug 5, 2023 at 18:33
  • Hello thanks for url but it discusses other issue. Were you not getting any thread or memory leak warning after terminating your app locally when you implemented your solution. Commented Aug 6, 2023 at 19:07