-
Notifications
You must be signed in to change notification settings - Fork 868
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
V226 ANDROID HTTP请求总是返回超时 #505
Comments
ios正常 |
@htlxyz |
召唤大法施法完毕睡觉坐等回复 |
请提供测试代码 |
@dualface 这问题解决后,又出现一个新问题,也是安卓平台 另外IOS测试无问题 |
@yuyangame 麻烦不要这样刷屏。所有评论内容,watch 的人都能收到邮件。 |
@yuyangame addPOSTValue这个一般情况肯定是测过的,没有问题, |
我们再测试了一次httpRequest,在android上,能收到数据,服务器nginx, |
@htlxyz 额 我直接改成get了 ...
for k,v in pairs(postdata) do
request:addPOSTValue(k, v)
end
request:setTimeout(timeout)
request:start() |
@yuyangame |
@htlxyz 不是 我是用post无法add数据 现在改用GET ?k1=v1&k2=v2 |
@yuyangame |
V226 ANDROID HTTP请求总是返回超时
The text was updated successfully, but these errors were encountered: