feat(rum-core): run tasks that block Angular stabilization in a separate Zone#1344
feat(rum-core): run tasks that block Angular stabilization in a separate Zone#1344pappkamerad wants to merge 1 commit intoelastic:mainfrom
Conversation
… a separate Zone (fixes elastic#983)
|
💚 CLA has been signed |
❕ Build Aborted
Expand to view the summary
Build stats
Steps errors
Expand to view the steps failures
|
|
/test |
|
Hi @pappkamerad, Thanks a lot for your contribution! Currently, we have limited availability to review your PR - due to project priorities within the team - we'll let you know once we are ready to review it Thanks for your time, Alberto |
|
Would love to see this approved and merged. It is currently a huge obstacle for our automated testing team. |
Fixes #983
This adds a
runInOwnZonehelper function to wrap tasks that would block Angular stabilization otherwise.Check the issue for more details.