Skip to content

Track jumps in flybys to avoid infinite loops#1564

Merged
chreden merged 1 commit intomasterfrom
issue/1562
Apr 5, 2026
Merged

Track jumps in flybys to avoid infinite loops#1564
chreden merged 1 commit intomasterfrom
issue/1562

Conversation

@chreden
Copy link
Copy Markdown
Owner

@chreden chreden commented Apr 5, 2026

Make sure that when following jumps in flyby nodes we keep track of where we've already jumped from and to - if we've already done that jump just don't do it again.
Prevents infinite loops.
Closes #1562

Make sure that when following jumps in flyby nodes we keep track of where we've already jumped from and to - if we've already done that jump just don't do it again. Prevents infinite loops.
Closes #1562
@chreden chreden added this to the Next milestone Apr 5, 2026
@chreden chreden requested review from lahm86 and makotocchi April 5, 2026 18:34
@chreden chreden self-assigned this Apr 5, 2026
@chreden chreden enabled auto-merge (squash) April 5, 2026 18:34
@chreden chreden merged commit dca7274 into master Apr 5, 2026
1 check passed
@chreden chreden deleted the issue/1562 branch April 5, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flyby nodes can have infinite loop in timer

2 participants