-
Notifications
You must be signed in to change notification settings - Fork 10
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels