``` console.ts:39 2025-08-11T18:43:25.254Z constructed WebSocket console.ts:39 2025-08-11T18:43:25.254Z socket state changed: connecting, paused: no console.ts:39 2025-08-11T18:43:25.255Z setting auth state to {"state":"noAuth"} [v0] console.ts:39 2025-08-11T18:43:25.255Z pausing WS for auth token fetch [v0] console.ts:39 2025-08-11T18:43:25.256Z fetching token with config version 1 [v1] console.ts:39 2025-08-11T18:43:25.258Z setting auth state to {"state":"waitingForServerConfirmationOfCachedToken"} [v1] console.ts:39 2025-08-11T18:43:25.258Z message not sent (socket state: connecting, paused: yes): {"type":"Authenticate","value":"...psPX8Cw"} console.ts:39 2025-08-11T18:43:25.258Z resuming WS after auth token fetch [v1] console.ts:39 2025-08-11T18:43:25.419Z begin ws.onopen console.ts:39 2025-08-11T18:43:25.419Z socket state changed: ready, paused: no console.ts:39 2025-08-11T18:43:25.419Z sent message with type Connect: {"type":"Connect"} console.ts:39 2025-08-11T18:43:25.419Z sent message with type Authenticate: {"type":"Authenticate","value":"...psPX8Cw"} console.ts:39 2025-08-11T18:43:25.420Z sent message with type ModifyQuerySet: {"type":"ModifyQuerySet"} console.ts:39 2025-08-11T18:43:25.473Z received ws message with type Transition console.ts:39 2025-08-11T18:43:25.473Z server confirmed auth token is valid [v1] console.ts:39 2025-08-11T18:43:25.473Z refetching auth token [v1] console.ts:39 2025-08-11T18:43:25.473Z fetching token with config version 2 [v2] console.ts:39 2025-08-11T18:43:25.474Z setting auth state to {"state":"notRefetching"} [v2] console.ts:39 2025-08-11T18:43:25.474Z restarting WS after auth token fetch (if currently stopped) [v2] console.ts:39 2025-08-11T18:43:25.474Z Restart called without stopping first console.ts:39 2025-08-11T18:43:25.476Z received ws message with type Transition console.ts:39 2025-08-11T18:43:25.476Z sent message with type ModifyQuerySet: {"type":"ModifyQuerySet"} console.ts:39 2025-08-11T18:43:25.527Z received ws message with type Transition ```