Hi guys ! I am using the ktor client `Auth` capabi...
# ktor
b
Hi guys ! I am using the ktor client
Auth
capability for JWT tokens on iOS and Android apps. I encountered a case on iOS where I have two concurrent calls to my JWT-based API with no pre-existing token Only one of both calls is retried after the
requestToken()
and that call effectively succeeds, the other is not retried.. This is not critical but if anyone happens to know what is going on, I am interested 😉
a
Could you please share a code snippet to make your problem more clear?