Top "Java-websocket" questions

Use this tag for questions related to Java based server side implementation of WebSocket.

JVM Garbage Collector suddenly consumes 100% CPU after running for several hours

I've got a strange problem in my Clojure app. I'm using http-kit to write a websocket based chat application. Client's …

java clojure garbage-collection jvm java-websocket
Can websocket messages get lost or not?

I'm currently developing a Java WebSocket Client Application and I have to make sure that every message from the server …

java tcp websocket java-websocket
Stomp.js is out of date and no longer maintained - which Stomp client to use with Spring Websockets?

I found it surprising that the current documentation for the Spring WebSocket Support directs users to use stomp.js for …

spring websocket stomp spring-websocket java-websocket
Test websocket in spring boot application

I don't understand how properly write a test case for websocket in springboot application. I have a class that implement …

java spring spring-boot spring-websocket java-websocket
Why does sockJS add a '/info' to a given websocket url path

I want to open a websocket port with a "webapp/socket.do" path. When I use SockJS and try to …

websocket spring-websocket sockjs java-websocket
spring-websockets how to send a parameter on open connection

I was building a spring boot application for web socket connection using TextWebSocketHandler and overriding handleTextMessage. But I have a …

java spring spring-boot spring-websocket java-websocket