Add stats monitoring task/thread management
Open
optional for release
refactoring
- Dominant language
- Rust
- Stars
- 369
- Forks
- 39
- Avg merge
- 21h 2m
- Merged PRs (30d)
- 32
Description
For each connection we spawn a background task which receives stats updates for a given interface from the daemon.
We do store the handle to each task, but they're not actively monitored - we only check the return status on disconnect/reconnect.
In case the task runs into any errors/fails for whatever reason we should be able to show an error and disconnect.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.