We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a4f7d commit 326458eCopy full SHA for 326458e
services/static-webserver/client/source/class/osparc/wrapper/WebSocket.js
@@ -222,6 +222,7 @@ qx.Class.define("osparc.wrapper.WebSocket", {
222
const newInterval = parseInt(interval) * 1000;
223
this.setHeartbeatInterval(newInterval);
224
225
+ // we consider the app is connected when the backend set the heartbeat interval
226
this.setAppConnected(true);
227
}
228
}, this);
0 commit comments