Skip to content

3.10.1

Latest

Choose a tag to compare

@franco-zalamena-iterable franco-zalamena-iterable released this 24 Aug 09:26
· 2 commits to master since this release
67baf4f

Fixed

  • Fixed a race in JWT auth refresh scheduling that could leave overlapping timers active and repeatedly call IterableAuthHandler.onAuthTokenRequested(). Refresh scheduling now has a single task owner, rejects stale or duplicate tasks, and logs each schedule, skip, fire, cancellation, and error with its refresh reason.