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(gateway,mac): stop stale protocol mismatch reconnect loop, auto-remediate updater jobs, rate-limit server side
- Add PROTOCOL_MISMATCH to ConnectErrorDetailCodes so clients recognize
the error type and pause reconnect instead of looping forever
- Server now sends code: PROTOCOL_MISMATCH in protocol mismatch error
response; GatewayClient includes it in shouldPauseReconnect list
- doctor --fix now auto-removes stale ai.openclaw.update.* launchd jobs
- Server-side per-IP rate limiter suppresses logs/error frames after 5
protocol mismatches per 60s from the same address
0 commit comments