mpierucci / Android-Redux

Redux like unidirectional data flow architecture proposal
0 stars 0 forks source link

Retrofit suspend funcitonality #8

Open mpierucci opened 2 years ago

mpierucci commented 2 years ago

Relying on Retrofit suspend out of the box behavior incapacitated Store integration tests, since it enabled okhttp custom threading. Keep an eye for solutions to this or alternatives to avoid executing Call

mpierucci commented 2 years ago

Evaluate using Ktor

mpierucci commented 2 years ago

https://github.com/Kotlin/kotlinx.coroutines/pull/2978

Once that's released, check if it could help with this