Could this have to do with the order of declaration of the interceptors?
Do you configure the idling resource after the cache?
bod
03/23/2023, 3:20 PM
on a related note, a heads-up that we've actually removed the idling resource from the next major version 🙂 A little bit of context is here but the gist of it is that they no longer seems to be much favored by the community / Android team.
w
wasyl
03/23/2023, 3:32 PM
Oh, I forgot it's gonna be removed! About the order — I don't know frankly, I just started migrating and was considering how/where to add it, and the docs suggested doing it at the beginning
wasyl
03/23/2023, 3:33 PM
So figured I'd ask before putting effort into implementation because maybe idling resource is only supported for executes/mutations