Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iroh-metrics): Add the bind addr in errors for bind failures (#2511)
## Description When a bind fails you get a generic error that is hard to track down for users. Adding the bind address to the error will help a lot. ## Breaking Changes none ## Notes & open questions Fixes #2507. ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented.
- Loading branch information