mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
a9714e62f6
- Increase WebSocket buffer sizes from 64KB to 4MB to handle large mock data - Add robust reconnection logic with exponential backoff - Implement heartbeat mechanism to detect stale connections faster - Add manual reconnect button in UI when connection fails - Fix unused variable warnings in monitor code - Add debug logging to trace WebSocket state initialization This resolves the issue where the frontend would hang after code changes during hot-reload, especially when using mock mode with many nodes.