You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(native-messaging): add retry budget and poll for test connection result
- Add MAX_RECONNECT_ATTEMPTS (10) to prevent infinite reconnect loops
on unclassified permanent failures. After exhausting retries, state
transitions to "error" requiring explicit user action to retry.
- Test Connection now polls for up to 5s after triggering reconnect,
waiting for the async connection to settle before showing the result.
0 commit comments