我的网络请求因此错误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)