Brooklyn Nicholson
8dcab19d02
fix(gateway): fail closed when session.delete can't enumerate active sessions
...
If a concurrent RPC mutates _sessions while session.delete is iterating
it (e.g. a parallel session.create on the thread pool), the bare except
swallowed the RuntimeError and let the delete proceed against a row
that may still be live. Snapshot via list(_sessions.values()) and
return an error when even that raises, instead of treating "couldn't
check" as "no active sessions."
2026-04-29 20:21:16 -07:00
..
2026-04-28 01:34:16 -07:00
2026-04-29 20:05:32 -07:00
2026-04-29 07:22:33 -07:00
2026-04-29 08:24:48 -07:00
2026-04-28 01:40:28 -07:00
2026-04-29 20:05:32 -07:00
2026-04-29 20:05:32 -07:00
2026-04-24 03:04:42 -07:00
2026-04-27 12:37:33 -07:00
2026-04-16 16:50:15 -07:00
2026-04-29 08:09:03 -07:00
2026-04-29 12:10:40 -07:00
2026-04-28 04:58:13 -07:00
2026-04-29 20:05:32 -07:00
2026-04-29 18:01:18 -07:00
2026-04-27 03:38:39 -07:00
2026-04-28 18:20:17 -07:00
2026-04-21 01:56:35 -07:00
2026-04-28 04:58:22 -07:00
2026-04-21 06:06:16 -07:00
2026-04-24 14:32:21 -07:00
2026-04-21 08:00:00 -07:00
2026-04-28 05:21:49 -07:00
2026-04-28 18:47:14 -05:00
2026-04-13 10:50:24 -07:00
2026-04-12 03:53:30 -07:00
2026-04-12 16:36:11 -07:00
2026-04-26 19:01:26 -07:00
2026-04-28 01:33:00 -07:00
2026-04-28 06:45:55 -07:00
2026-04-11 23:12:11 -07:00
2026-04-20 12:23:05 -07:00
2026-04-19 22:44:47 -07:00
2026-04-29 09:53:42 -07:00
2026-04-29 05:00:40 -07:00
2026-04-29 12:43:39 -07:00
2026-04-17 00:20:40 -07:00
2026-04-17 13:31:53 -07:00
2026-04-10 13:37:45 -07:00
2026-04-17 14:21:22 -07:00
2026-04-25 04:50:14 -07:00
2026-04-20 12:23:05 -07:00
2026-04-20 12:23:05 -07:00
2026-04-20 23:20:33 -07:00
2026-04-29 20:21:16 -07:00
2026-04-26 18:50:49 -07:00
2026-04-26 18:50:49 -07:00
2026-04-26 18:50:49 -07:00
2026-04-26 18:50:49 -07:00