-
Notifications
You must be signed in to change notification settings - Fork 229
fix: avoid loading adapter list twice #1564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CodSpeed Performance ReportMerging #1564 will not alter performanceComparing Summary
|
028d1c3
to
0488d34
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1564 +/- ##
=======================================
Coverage 99.79% 99.79%
=======================================
Files 33 33
Lines 3393 3401 +8
Branches 463 463
=======================================
+ Hits 3386 3394 +8
Misses 5 5
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0488d34
to
cc4b790
Compare
cc4b790
to
d236934
Compare
d236934
to
62482d9
Compare
Load adapter list only once if operating in dual-stack mode. Also fix typing around adapater list to match what ifaddr defines.
1ae0455
to
3b3887f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @agners
Should be good to go once the CI is green |
18f6091
to
a478d24
Compare
Only the PR title matters for the the commit messages check since its going to get squashed anyways |
bff2495
to
d5a3466
Compare
Ah whoops, yeah well it's fixed now 😅 Sorry for the churn, was a bit distracted here 🙈 |
Officially deprecate get_all_addresses and get_all_addresses_v6 in favor of using ifaddr directly.
d5a3466
to
e64d166
Compare
Load adapter list only once if operating in dual-stack mode. Also fix typing around adapater list to match what ifaddr defines.