ng-idle icon indicating copy to clipboard operation
ng-idle copied to clipboard

Keepalive interval not respected

Open saiello opened this issue 2 years ago • 0 comments

Setting a big value for the interval makes the keepalive to be fired continuously.

I created an example to show when the problem occurs in https://github.com/saiello/ng-idle/blob/bug/keepalive-fired-continuously/sample/keepalive.html

Open the sample page providing the query param "seconds" with a value greater than 15032385. The event counter will be incremented continuously.

saiello avatar Apr 09 '22 20:04 saiello