-
Notifications
You must be signed in to change notification settings - Fork 350
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
接口调用超时 #20
Comments
Hlclient.prototype.handlerRequest = async function (requestJson) {
var _this = this;
var result = JSON.parse(await requestJson.text());
if (!result['action']) {
this.sendResult('', 'need request param {action}');
return
}} 将 |
一样的问题 |
我也遇到这个问题了,把浏览器的断点关了就好了 |
同样的问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如图注册函数,调用接口,JS正常执行,接口返回超时;这是什么原因?


The text was updated successfully, but these errors were encountered: