Implementing a simple websocket client in spring boot listening to 2 different websocket endpoints – but they always start executing together
I have 2 websocket endpoints producing related messages:
“ws://localhost:8032/posts”
“ws://localhost:8032/comments”