反应原生android recvfrom失败:ECONNRESET(连接由同行重置)

时间:2017-01-15 14:06:14

标签: android react-native axios

我的网络请求因此错误recvfrom failed: ECONNRESET (Connection reset by peer)

而失败

据此,它似乎与keep-alive有关 Getting "SocketException : Connection reset by peer" in Android

但是我不能在apisauce上设置这个。看起来apisauce在内部使用axios。在axios上,这一行似乎设置了keep-alive httpAgent: new http.Agent({ keepAlive: true }) https://github.com/mzabriskie/axios#request-config

但什么是http?我应该在哪里导入它。 或者还有其他我想念的东西吗?

recvfrom failed: ECONNRESET (Connection reset by peer)

0 个答案:

没有答案