Commit efaed97
authored
Remove retry logic from Android. (#1272)
- Removed retry logic from Android network code because it is not
necessary due to better retry logic that already exists for all
platforms inside OlpClient.
- Now log message on connection timeout in OlpClient is more
informative and prints url, timeout and retry_count of the
request.
Resolves: OLPSUP-16639
Signed-off-by: Serhii Lozynskyi <[email protected]>1 parent ac2f92c commit efaed97
File tree
2 files changed
+7
-4
lines changed- olp-cpp-sdk-core/src
- client
- http/android
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
306 | 310 | | |
307 | 311 | | |
308 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
959 | | - | |
960 | | - | |
| 959 | + | |
961 | 960 | | |
962 | 961 | | |
963 | 962 | | |
| |||
0 commit comments