Tracker Checker: handle UDP Tracker timeouts #682
Labels
- Developer -
Torrust Improvement Experience
Code Cleanup / Refactoring
Tidying and Making Neat
Testing
Checking Torrust
Milestone
Parent issue: #677
Depends on: #681
You can run a Tracker Checker with:
The UDP Tracker client does have a timeout for sending and receiving responses. However, it panics when times out. See #681.
After implementing the issue #681 we should bubble the error up to this point:
(
torrust_tracker::console::clients::udp::checker::Client
)We have to catch the error and add new types of errors:
At the top level the Tracker Checker should return a check error in the final report instead of panicking when a UDP client panics.
The text was updated successfully, but these errors were encountered: