-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
-
FLPATH 2
Instead of using `okhttp` async methods, we can use `Executors.submit(Runnable)` and `Future`.
In the `Runnable` invoke `okhttp` sync methods.