Relative Content

Tag Archive for springspring-bootwebsocketspring-websocket

@SendToUser does not work, but convertAndSendToUser works

@SendToUser doesn’t send messages to given path, but convertAndSendToUser() do. I checked the client side and it subscribes correctly. I expect @SendToUser in RoomExceptionHandler to send errors when he catches them to /user/queue/errors, but for some reason it doesn’t.