Fix async race condition in the tree#82881
Fix async race condition in the tree#82881isidorn merged 2 commits intomicrosoft:masterfrom solomatov:reveal_fix
Conversation
|
Thank you for the PR and your investigation from #82290 @solomatov did you also check that your fix trully fixes the issue |
joaomoreno
left a comment
There was a problem hiding this comment.
Overall this makes sense. Given that the model has a forgetChildren, it serves as a great starting point to remember that those children should not be give to the tree.
|
Added a retry count in a new commit. |
|
@isidorn Concerning the applicability of this, my understanding of the problem is that children are loaded asynchronously, and we can't do anything with it. It's nodejs, and if we use sync calls, UI wouldn't be so responsive. |
|
Let's go with this PR and push it to insiders to get user feedback. |
This PR fixes #82290
The following was done: