Skip to content

Commit f3fece0

Browse files
committed
[🛠️ Fix] Unexpected infinite reconn for ACM
1 parent 80354cc commit f3fece0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/aura/ui/js/aikariConnectionManager.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@
135135
);
136136

137137
aikariWs.onopen = () => {
138-
failedCounter = 0;
139-
isErrorOccurred = false;
140138
callback(true, aikariWs);
141139
};
142140

src/aura/ui/pages/configSubPages/behaviourCtrl/aikariStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ if (!global.__HUGO_AURA_UI_REACTIVES__.subConfig)
336336
2000
337337
);
338338
}
339-
await global.__HUGO_AURA_GLOBAL__.utils.sleep(100);
339+
await global.__HUGO_AURA_GLOBAL__.utils.sleep(3500);
340340
await ipcRenderer.invoke(
341341
`${IPC_METHOD_BASE}.retryAikariConnect`
342342
);

0 commit comments

Comments
 (0)