Skip to content
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

fix: updating was wrongly restricted by detection timeout #159

Merged
merged 2 commits into from
May 8, 2022
Merged

Conversation

favonia
Copy link
Owner

@favonia favonia commented May 8, 2022

The context used in the old updateIP for setting IPs already has the timeout set for detection. The new code uses a fresh context for setting IPs. I believe this fixes #147.

The context used in the old updateIP for setting IPs already
has the timeout set for detection. The new code uses a fresh
context for setting IPs.
@favonia favonia linked an issue May 8, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 8, 2022

Codecov Report

Merging #159 (90e4e43) into main (faf7940) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
- Coverage   79.95%   79.83%   -0.13%     
==========================================
  Files          25       25              
  Lines        1312     1314       +2     
==========================================
  Hits         1049     1049              
- Misses        259      261       +2     
  Partials        4        4              
Flag Coverage Δ
unittests 79.83% <0.00%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/ip.go 0.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting Error in logs, but update working fine, any reason behind this?
1 participant