'Is there a way to check the subscriber information on my current websocket?
I am implementing a chat server using webSocket-Stomp in a spring boot environment. While proceeding smoothly, I would like to mark a list of participating users in the chat room. My subscription address is /{id}/room. In other words, the address of room 1 becomes /1/room, and I want to check the information of the user who subscribes to /1/room. I want to know the session or other solution without using DB. Is there a solution to this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
