Open utterances-bot opened 1 year ago
Thank you very much for this article!! <3 Do you have any tutorials on how to create websocket chat?
It finally works as it should! Very good article, thanks for your service!
It finally works as it should! Very good article, thanks for your service!
I'm glad this article could help you.
Thank you very much for this article!! <3 Do you have any tutorials on how to create websocket chat?
Thanks for the suggestion, I'll take it into consideration.
Unfortunately this solution doesn't work in Spring Boot 5.11 :( When trying to test it, it throws an error regarding javax. I replaced it with jakarta, but logs are not appearing. @KevinBlandy do you know how to convert this to newer version?
Unfortunately this solution doesn't work in Spring Boot 5.11 :( When trying to test it, it throws an error regarding javax. I replaced it with jakarta, but logs are not appearing. @KevinBlandy do you know how to convert this to newer version?
The latest version of Spring Boot is 3.x. Where did 5.11 come from?
I'd like to see your exception stack information if possible.
Thank for your article. I have a problem with the CHANNELS hashmap. When the push method is called I have a instance of the CHANNELS map, but when the open method is calle I have another instance. I don´t know the reason. Thanks
Monitoring spring boot application logs online via WebSocket - Spring Cloud
This article will teach you how to monitor spring boot application's live logs online via websocket.
https://www.springcloud.io/post/2022-03/springboot-websocket-log/