okHttpClientは、次のフラグ public OkHttpClient.Builder retryOnConnectionFailure(boolean retryOnConnectionFailure))
が設定されていると、何度も再試行を再試行します。私は次のバージョンを使用しています。okHttpClientは何度やり直して再試行しますか?
コンパイル 'com.squareup.okhttp:okhttp-のURLConnection:2.2.0' コンパイル 'com.squareup.okhttp:okhttp:2.2.0'
documentationは言及していないもの
感謝あらかじめ。
ダウン投票では理由をご記入ください。
お返事ありがとうございますが、okhttpクライアントが[this](https://github.com/square/retrofit/issues/854)の問題に悩まされているため、依存関係を更新できません。そして、実装上の問題のために、私はバンドエイドソリューションを使用することができません – Kanika