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 3d00fde commit 49092ceCopy full SHA for 49092ce
services/static-webserver/client/source/class/osparc/Application.js
@@ -515,12 +515,13 @@ qx.Class.define("osparc.Application", {
515
},
516
517
__loadNodeViewerPage: function(studyId, viewerNodeId) {
518
+ this.__connectWebSocket();
519
+
520
const loadViewerPage = () => {
521
const mainPage = new osparc.viewer.MainPage(studyId, viewerNodeId);
522
this.__mainPage = mainPage;
523
this.__loadView(mainPage);
524
}
- this.__connectWebSocket();
525
526
if (osparc.WatchDog.getInstance().isAppConnected()) {
527
loadViewerPage();
0 commit comments