resolved broken pipe issue

4.x.x
lasantha 7 years ago
parent f166be7d54
commit 10e4e9a288

@ -25,9 +25,9 @@ $(window).load(function () {
connect(websocketUrl)
});
$(window).unload(function () {
window.onbeforeunload = function() {
disconnect();
});
};
//websocket connection
function connect(target) {

Loading…
Cancel
Save