python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Vert.x event bus consumer called twitce
i wrote a simple code for communicate between a java server in vert.x and a browser client with the event bus library. The client send a message to the server through the event bus and the server call...
Stardustt
Votes: 0
Answers: 0
Stomp gives TCP connection failure and disconnection error
I have been using STOMP and sockjs for some time now, but the error below happens at times.
12:57:30.976 [48] [tcp-client-loop-nio-4] INFO org.springframework.messaging.simp.stomp.StompBrokerRelayMes...

pacman
Votes: 0
Answers: 0
Websocket connection works in IE and doesnt work in Edge
I am using default stomp.js file for creating websocket connections. Connection works fine in edge but it doesn't work in edge. It gives the following error.
error: [$rootScope:inprog] http://errors.a...
Amit Bhardwaj
Votes: 0
Answers: 0
SockJS connections will be closed when multiple connections open
If only one SockJS (polling XHR) connection is open, then the app works fine. As soon as I additionally open it in a new window, then the connections will periodically be closed. The client is SockJS ...

Andras Hatvani
Votes: 0
Answers: 1