Open
Description
Current API is promise-based, you can't do something like
val body = client.request().blockingGet().body
especially on iOS. Blocking calls are particularly useful for tests but we're using them in app code, too. With rxjava it is super easy to converter blocking call to future and vice versa: Single.fromCallable and Single.blockingGet.
Metadata
Metadata
Assignees
Labels
No labels