oidc-client-js
oidc-client-js copied to clipboard
Too frequent timer calls?
After authenticating I see the following log-statements:

My understanding is, that the callback should be triggered in 3277/3338 seconds; but instead it seems to be triggered way to often ...
There's an old thread on this. The more frequent checks was an attempt to deal with browser tabs being put to sleep (e.g. when the machine hibernates).
But I don't really understand, where this frequency is coming from.
I noticed some posts in this direction - but is there any way to reduce this behavior? I didn't see any hints (at least in the posts I could find).
Well, is it causing you any issues?
Well, actually ... no. It just confuses me ... and somehow messes up debug view. But I can handle that by just not providing a logger. This is just the "nitpicker" speaking in me, that this shouldn't be there.
Agreed this is annoying. I was considering making those trace level in the logs...