Colton Idle
04/25/2022, 2:40 AMisAuthRefreshInProgress
and short-circuit the interceptor if it's already in progress, but then I'm not sure how I'd wait for the auth refresh to be complete, so I can make that second call again. Here's a gist of my current interceptor.ephemient
04/25/2022, 4:32 AMPaul Woitaschek
04/25/2022, 4:33 AMephemient
04/25/2022, 4:53 AMstart=LAZY
because updateAndGet
can be restarted on conflict, GlobalScope
because it doesn't belong to the caller's scope if it's sharedColton Idle
04/25/2022, 6:13 AMephemient
04/25/2022, 6:17 AMColton Idle
04/25/2022, 1:46 PM