Would Ktor Client’s refreshTokens block be able to...
# ktor
m
Would Ktor Client’s refreshTokens block be able to detect that let’s say I fire two requests, in different coroutines, and only try to refresh the tokens one time?
a
It should try to refresh only once, but there are no guarantees.