JakeWharton/retrofit2-kotlin-coroutines-adapter
A Retrofit 2 adapter for Kotlin coroutine's Deferred type.
KotlinApache-2.0
Issues
- 7
- 11
- 7
How to deal with exception
#3 opened by KePeng1019 - 16
Is Deferred<Unit> supported?
#2 opened by LouisCAD - 1
Thread is different first and next
#43 opened by tonyjs - 11
- 2
Can't catch exceptions
#46 opened by freaksgit - 3
Why do you use call.enqueue() instead of call.execute() in CallAdapter?
#39 opened by VolodyaVechirko - 1
- 4
Using `Deferred` type with `BehaviorDelegate`?
#40 opened by amiiy - 1
Cancel Coroutine would cancel the call?
#47 opened by kherlopian2 - 3
Unreadable stack trace
#12 opened by vadymhimself - 1
Retrieve call URL before we make the request
#44 opened by pjwingold - 14
- 1
Fire and forget
#42 opened by lanmonster - 17
- 2
Is the adapter working with Kotlin 1.3?
#35 opened by CapMontoro - 1
Coroutines 1.0.0
#37 opened by raulrr88 - 1
Cancelling a Job, doesn't cancel the call
#32 opened by Maikals - 1
Handle null body on 204 no content response
#29 opened by chiara-jm - 1
- 2
[Question] Retrieving Error response body
#14 opened by adnan-SM - 1
Gradle and Java 6?
#26 opened by grndvl1 - 1
- 2
Compiled by a pre-release version
#23 opened by markchous - 1
Null properties in the returned object
#21 opened by AlexDochioiu - 2
Allow suspend + Deferred
#9 opened by LouisCAD - 0
retrofit2-kotlin-coroutines-adapter cannot be used with Kotlin 1.3-M2
#19 opened by juergenzimmermann - 1
This is not issue. I want you to check my code.
#17 opened by soulduse - 2
Error handling with coroutines
#16 opened by Ahmed-Adel-Ismail - 2
- 2
Exception Handling
#10 opened by vados60 - 4
Allow returning a Job
#8 opened by PaulWoitaschek - 1
Could I cancel the request in an easy way like RxLifeCycle instead of cache the request in a collection?
#6 opened by zouzhenglu