eigent/server/app
Test User 148a129dce
fix: replace bare except clause with Exception in WebSocket heartbeat
A bare `except:` catches everything including SystemExit and
KeyboardInterrupt, making it impossible to gracefully shut down the
server. Changed to `except Exception:` to match the intent while
allowing system signals to propagate.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 19:58:08 +08:00
..
api Feat: Server refactor v1 (#1509) 2026-03-24 18:05:52 +08:00
core Feat: Server refactor v1 (#1509) 2026-03-24 18:05:52 +08:00
domains fix: replace bare except clause with Exception in WebSocket heartbeat 2026-05-14 19:58:08 +08:00
model Feat: Server refactor v1 (#1509) 2026-03-24 18:05:52 +08:00
shared Feat: Server refactor v1 (#1509) 2026-03-24 18:05:52 +08:00
__init__.py Feat: Server refactor v1 (#1509) 2026-03-24 18:05:52 +08:00