-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Alt IPs may end up being duplicated #609
Labels
Comments
Such a check already exists here, it checks alt IPs as well: globalping/src/lib/ws/helper/probe-ip-limit.ts Lines 30 to 53 in bee1440
|
That doesn't handle duplication on the same probe. I've seen several cases where a probe had the same IP listed twice. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a repeated check here otherwise there's a race condition because of the async call that happens between the current check and actually adding the IP to the list.
The text was updated successfully, but these errors were encountered: