fix(ext+hub): v0.5.2 Idle→Resume 신호 소실 3중 버그 수정 — auth_fail 재연결 + pending_owners 보존 + step-probe 리셋
This commit is contained in:
@@ -443,6 +443,8 @@ async function activate(context) {
|
||||
logToFile(`[WS] Connected: ${connId} instance=#${instanceNum}`);
|
||||
statusBar.text = '$(check) Bridge WS';
|
||||
statusBar.tooltip = `Gravity Bridge: ${projectName} (WS #${instanceNum})`;
|
||||
// Reset step-probe state so WAITING steps are re-detected after reconnect
|
||||
(0, step_probe_1.resetPendingStateForReconnect)();
|
||||
},
|
||||
onDisconnected: () => {
|
||||
logToFile('[WS] Disconnected — using file fallback');
|
||||
|
||||
Reference in New Issue
Block a user