Open SohailCheema-145 opened 3 years ago
Still getting this error in 2023. Any solutions, please help asap?
I'm sorry but this library is no longer maintained. I recommend looking at Tinder/Scarlet for Websocket applications, though I can't speak to their STOMP capabilities.
Please have a look at my code below. I can see in the logs that connection is opened but when I try to send message and check connection status it shows Disconnected. I have also tried client = Stomp.over(Stomp.ConnectionProvider.OKHTTP, "ws://a3ec3382fa18.ngrok.io/websocket");
` client = Stomp.over(Stomp.ConnectionProvider.OKHTTP, "http://a3ec3382fa18.ngrok.io/websocket");
`