release: v1.0.1 — 14 项 bug 修复、ARM64 musl Node.js 构建

This commit is contained in:
10000ge10000
2026-03-02 20:24:10 +08:00
parent c1c3151a9f
commit 6e55b3f12d
16 changed files with 496 additions and 119 deletions

View File

@@ -135,7 +135,7 @@
let ws = null;
let connected = false;
let retryCount = 0;
const MAX_RETRY = 20;
const MAX_RETRY = Infinity;
let retryTimer = null;
let wasEverConnected = false;