手机显示屏关闭时连接被拒绝

时间:2018-08-27 20:04:53

标签: android rest http connection-refused

当我尝试通过电话连接到服务器时,出现异常:

org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.0.1:5000 refused.

时,当手机中的显示关闭时(收到短信时,应用会将请求发送给服务对象)。 Wi-Fi似乎有些滞后,连接被拒绝。当我打开手机的显示屏时,所有功能都可以正常工作。

HttpGet httpGet = new HttpGet(url);
HttpResponse httpResponse = httpClient.execute(httpGet); --> here exception

我拥有AndroidManifest.xml和Android 5.1.1中的所有权限。设备位于同一网络中,并通过wi-fi连接。有任何想法吗?谢谢。

0 个答案:

没有答案