spring-web-socket-chat icon indicating copy to clipboard operation
spring-web-socket-chat copied to clipboard

Sample chat application with spring web socket, Sock Js and Stomp protocol

Results 2 spring-web-socket-chat issues
Sort by recently updated
recently updated
newest added

Hi, Currently two online users let says user1 & user2 chatting with each other meanwhile user3 becomes online and clicked to chat with user2 then message send from user3 is...

Hi, Currently, if the user is NOT connected via a websocket to the server - all the messages for him are not being en-queued for him, they simply discarded. whenever...