1 Open Issue Need Help Last updated: Feb 1, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The GitHub issue describes a problem where the status bar's RX/TX rates and byte counts update only every second, rather than in real-time. This delay is attributed to a `setInterval` mechanism. The proposed solution involves transitioning to event-driven updates, calling the update function immediately after data append, and potentially implementing more reactive rate calculations for improved responsiveness.

Complexity: 3/5
bug good first issue

JavaScript