Files
jeremy 5b610a01b2 feat(ios): stop reconnect loop on 401 and prompt re-pair
Pairs with the gateway change that rejects revoked/unknown tokens at the
WebSocket handshake: URLSessionWebSocketTransport maps the 401 upgrade
rejection to TransportError.unauthorized, and Connection terminates with
a 'no longer paired, re-pair' failure instead of exponential-backoff
retrying a token that can never work. Covered by a Connection test.
2026-07-09 02:00:03 -07:00
..