Android - ECONNRESET(连接由同行重置)

时间:2015-12-30 16:41:51

标签: android httpurlconnection econnreset

我有一个问题,你们很多人在开发代码连接到android上的互联网时都有这个问题:

dp.rain = np.round(dp.rain, 0)

创建的代码与Google Android Developer建议的完全相同:

http://developer.android.com/intl/pt-br/training/basics/network-ops/connecting.html

请注意,我包含以下属性:

java.net.SocketException : recvfrom failed: ECONNRESET (Connection reset by peer)

conn.setRequestProperty ( " Connection" , "close ");

我工作正常,但现在停在某些设备。 那真是怪了。我有很多用户没有任何问题,但是其他一些用户(使用相同版本的APP)遇到了这个问题。它始于26/12月,没有任何解释。它会影响GET和POST。 我在Galaxy Y中遇到了这个错误 - JellyBean(4.1.2)。

有没有人有任何其他建议?

0 个答案:

没有答案