mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
The backend already emits 'echo' SocketIO events when RX_LOG_DATA arrives with route/path data, but the frontend wasn't listening. Now the frontend handles echo events with a debounced loadMessages() refresh (2s delay) to pick up computed pkt_payload, analyzer_url, hops, and route info. This fixes messages appearing without metadata until manual page refresh. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>