Eric Traut
27bf160f79
Retry TUI reconnects while threads are closing ( #42207 )
...
## Why
An app-server thread can still be closing when the TUI reconnects. Its
`thread/resume` request then uses the same `-32600` error code as an unavailable
thread, even though the thread can be resumed once closing finishes.
## What changed
Treat the thread-specific "is closing" response as a transient reconnect error
so the existing reconnect loop retries instead of marking the conversation
unavailable.
## Testing
Extend the active reconnect and end-to-end reconnect tests to cover a closing
thread that resumes successfully on the next attempt.
GitOrigin-RevId: 30ce232b8894065fef346a86128b3ff9bf36ba1f
2026-09-02 05:10:55 +00:00
..
2026-08-24 22:40:35 +00:00
2026-09-01 22:56:18 +00:00
2026-09-02 02:09:35 +00:00
2026-09-02 04:20:38 +00:00
2026-09-02 02:09:35 +00:00
2026-08-25 03:08:33 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 08:10:08 +00:00
2026-08-31 13:44:12 +00:00
2026-08-31 13:44:12 +00:00
2026-08-24 21:39:48 +00:00
2026-09-01 00:30:55 +00:00
2026-09-02 04:52:32 +00:00
2026-08-25 16:38:46 +00:00
2026-08-28 19:44:50 +00:00
2026-08-28 19:44:50 +00:00
2026-08-29 02:52:58 +00:00
2026-09-01 17:17:45 +00:00
2026-09-01 01:00:50 +00:00
2026-09-01 01:00:50 +00:00
2026-09-01 05:17:11 +00:00
2026-08-25 21:20:51 +00:00
2026-09-01 20:26:57 +00:00
2026-08-29 02:46:06 +00:00
2026-09-02 03:35:41 +00:00
2026-08-31 21:27:51 +00:00
2026-09-02 01:06:18 +00:00
2026-08-23 18:53:15 +00:00
2026-09-02 03:35:41 +00:00
2026-08-25 21:20:51 +00:00
2026-09-01 22:51:14 +00:00
2026-09-02 02:09:35 +00:00
2026-09-01 21:16:12 +00:00
2026-08-27 21:05:40 +00:00
2026-09-01 22:16:54 +00:00
2026-09-02 02:09:35 +00:00
2026-09-01 20:26:57 +00:00
2026-09-01 16:49:16 +00:00
2026-08-27 20:44:47 +00:00
2026-09-02 03:46:24 +00:00
2026-09-01 15:54:18 +00:00
2026-09-01 14:33:58 +00:00
2026-09-01 18:02:27 +00:00
2026-09-01 15:12:53 +00:00
2026-08-26 23:41:18 +00:00
2026-08-25 21:08:22 +00:00
2026-08-28 01:14:02 +00:00
2026-09-01 20:41:32 +00:00
2026-08-28 01:14:02 +00:00
2026-08-26 14:36:48 +00:00
2026-08-31 22:08:44 +00:00
2026-08-25 18:41:03 +00:00
2026-08-25 22:46:49 +00:00
2026-09-01 17:17:45 +00:00
2026-09-01 18:02:27 +00:00
2026-08-25 15:50:19 +00:00
2026-09-02 02:09:35 +00:00
2026-08-31 19:44:44 +00:00
2026-08-26 17:45:42 +00:00
2026-08-21 16:45:05 +00:00
2026-09-02 03:24:43 +00:00
2026-09-02 02:09:35 +00:00
2026-08-28 01:14:02 +00:00
2026-09-01 22:08:08 +00:00
2026-09-01 18:24:56 +00:00
2026-09-01 17:47:29 +00:00
2026-08-31 21:15:38 +00:00
2026-09-01 17:09:13 +00:00
2026-09-02 02:09:35 +00:00
2026-09-02 02:09:35 +00:00
2026-09-02 05:10:55 +00:00
2026-09-01 22:08:08 +00:00
2026-08-31 19:44:44 +00:00
2026-08-20 14:55:08 +00:00
2026-09-01 17:47:29 +00:00
2026-09-02 03:46:24 +00:00
2026-09-02 03:46:24 +00:00
2026-09-01 20:41:32 +00:00
2026-09-01 16:40:05 +00:00