ng-idle
ng-idle copied to clipboard
ng-Idle/core onIdleStart and onTimout function executing multiple times
I am using @ng-idle/core and @ng-idle/keepalive package for angular 5. Sometimes onTimeout and onIdleStart execute multiple times. It results in multiple warning messages on idle start and multiple logout entries on timeout. Any advice?
Thanks.