You'll notice
Useful2 Signal0
Remote Control reconnects skip needless token refreshes, so ordinary disconnects recover faster.
What's wrong with this entry?
Anonymous. No account, no email.
What
Reconnect recovery no longer forces an OAuth refresh for every handled close code, cutting unnecessary token work on non-auth disconnects.
Details
- The per-close-code recovery table (401, 4091, 4093, 4094) gains
needsOAuthRefresh, true for 401 and 4094 only. - The flag decides whether to force an OAuth refresh up front, whether to enter the retry loop that prompts for a fresh login, and whether to do a late refresh instead.
- The CCR client gained an
onRequestAuthOkcallback fired on a successful heartbeat, wired through the bridge so the session can mark auth as proven.
Evidence
needsOAuthRefresh
Strings lifted out of the shipped bundle, so the claim above can be checked against them.