grbsk / ng-idle

Responding to idle users in AngularJS applications.
http://hackedbychinese.github.io/ng-idle
MIT License
564 stars 195 forks source link

ng-Idle/core onIdleStart and onTimout function executing multiple times #219

Open ZahraFatima opened 6 years ago

ZahraFatima commented 6 years ago

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.