You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Right now the idleSubscription Observable triggers the change detection cycle and with small idleSensitivityMillisec the whole component tree gets checked all the time
To Reproduce
Steps to reproduce the behavior:
Set a breakpoint in the change detection functions
Just move the mouse around
Change Cycle starts when buffer runs out
Increase the idleSensitivityMillisec and you will see, that cycle calls will be less frequent
Expected behavior
No Change Detections. The service just tracks user status and does not change any components, so detection is not required
Describe the bug
Right now the idleSubscription Observable triggers the change detection cycle and with small idleSensitivityMillisec the whole component tree gets checked all the time
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No Change Detections. The service just tracks user status and does not change any components, so detection is not required
How I "fixed" it
The text was updated successfully, but these errors were encountered: