We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DNS解析域名时会解析出多个IP, 当出现超时时, 会换IP进行重试, 加上maxErrorRetry重试的情况下, 当出现网络波动时, 超时时间线性增长, 如果将maxErrorRetry置为0也存在换IP重试的情况, 超时时间也是根据解析出的IP数量累加, 这种情况下实际的响应的时间不可控, 有什么好的方式处理这种情况么?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DNS解析域名时会解析出多个IP, 当出现超时时, 会换IP进行重试, 加上maxErrorRetry重试的情况下, 当出现网络波动时, 超时时间线性增长, 如果将maxErrorRetry置为0也存在换IP重试的情况, 超时时间也是根据解析出的IP数量累加, 这种情况下实际的响应的时间不可控, 有什么好的方式处理这种情况么?
The text was updated successfully, but these errors were encountered: