Client not receiving direct messages: Spring Websocket, Stomp
My Front end client is not receiving the messages from the server. Upon subscribing to the chat it needs to receive a message from the server but this is not received. I’ve tried the client subscribing to /chat and /user/chat but neither work
SpringBoot – Websockets STOMP 1.2 – How to detect and log heart-beat from client and from server
How do I capture and log STOMP heart-beats sent by the clients and by the server?