How to tell when a Stomp server disconnected from the Stomp.JS client
问题 I am sending a stomp message over a Sock.JS client. When I disconnect the server I would like a warning message to show up on the client. To do this I have implemented a server side heartbeat... stompClient = Stomp.over(socket); stompClient.heartbeat.outgoing = 20000; stompClient.heartbeat.incoming = 20000; stompClient.connect({}, function(frame) { ... } In the Chrome developer console I see the message... POST http://localhost:8080/hello/800/8n_btbxb/xhr_streaming net::ERR_CONNECTION_RESET