[🛠️ Fix] Unexpected infinite reconn for ACM

This commit is contained in:
Minoricew
2025-11-20 22:59:57 +08:00
parent 80354cc310
commit 8656fd0334
2 changed files with 2 additions and 4 deletions

View File

@@ -135,8 +135,6 @@
);
aikariWs.onopen = () => {
failedCounter = 0;
isErrorOccurred = false;
callback(true, aikariWs);
};