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

Open Issues Need Help

View All on GitHub

AI Summary: The status bar in the application is not updating in real-time, with data like RX/TX rates and byte counts only refreshing every second. This is due to a hardcoded 1-second interval in the `updateRates` function. The goal is to make these updates more immediate, ideally reacting to data arrival rather than a fixed timer.

Complexity: 2/5
bug good first issue

JavaScript