5b610a01b2
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.