Has anyone else noticed requests being swalled ins...
# coroutines
u
Has anyone else noticed requests being swalled inside OkHttp Authenticator when wraping a suspending refreshToken functions with
runBlocking { .. }
It appears as if the suspend function just stops Is retrofit/okhttp coroutine intergration broken or is it the footgunny runBlocking? Scary