rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Sanity for AppRef.isStable observable #1417

Closed feeloor closed 4 years ago

feeloor commented 4 years ago

In larger applications, we sometimes encounter the appRef.isStable observable to fire constantly which is causing us to constantly send pings and updates, this in turn is making larger applications almost unusable. To prevent this I've added a sanity check to make sure that we only emit at the most twice per second.

Related issues: #1320 possibly #1402