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: timeout issue #1174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wizkangjiaqing
Copy link

重现方法

初始化 client 时,options 中 timeout 的值设置为 undefined。

预期行为

使用 sdk 中定义的默认 timeout 60000ms。

实际情况

没有使用 sdk 中定义的默认 timeout。使用了 urllib 中定义的默认 timeout 5s。

修复方式

校验 options 中的 timeout 参数。

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.

None yet

1 participant