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