Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scheduler issue with nodetree additions #93387

Merged
merged 1 commit into from Aug 5, 2020

Commits on Jul 24, 2020

  1. Fix scheduler issue with nodetree additions

    When nodes are added in multiple zones at once, the nodeTree next
    function does not return a correct list of nodes but repeats some
    This commit resets the index before starting to call next() to
    prevent this issue
    
    Special thanks to igraecao for the help in finding the bug
    
    Co-authored-by: igraecao <matvej.yolli@outlook.com>
    maelk and igraecao committed Jul 24, 2020
    Copy the full SHA
    a2f294e View commit details
    Browse the repository at this point in the history