Open Issues Need Help
View All on GitHub Fix: Status bar not updating in real-time 5 days ago
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