adobe acrobat issues
I’m facing an issue where a token refresh mechanism sometimes enters a loop when an expired token is used alongside concurrent API calls. In some cases, two refresh attempts run at the same time, causing invalid token states and forced logouts.
What I want to understand is:
How can I ensure only one token refresh operation executes at a time?
What’s the safest way to synchronize refresh calls across different tabs or browser windows?
Should refresh logic be placed in a global request wrapper or inside the app’s state manager?
I’ve documented the reproduction steps and potential fixes I tested:
https://inatbixindir.tr
