Commit b388274
committed
feat(devenv): replace ping/pong with heartbeat mechanism
- Add continuous heartbeat loop (every 10s) in service_devenv.py
- Replace sys.pong with sys.heartbeat messages
- Update frontend WebSocket to use heartbeat timeout (30s) instead of ping/pong
- Remove ping/pong handling and auto-restart logic from botwiz.vue
- Add heartbeat task lifecycle management and proper cleanup
- Update TypeScript types for new heartbeat protocol1 parent 8164a64 commit b388274
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments