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

Step Garbage Collection #417

Open
Archdoog opened this issue Jan 9, 2025 · 1 comment
Open

Step Garbage Collection #417

Archdoog opened this issue Jan 9, 2025 · 1 comment
Labels
core Related to the Rust core

Comments

@Archdoog
Copy link
Collaborator

Archdoog commented Jan 9, 2025

When a user skips a step and is unable to re-route, they may eventually rejoin the route on their own (without instructions or a re-route). In this case, we may actually successfully resume navigation by dropping steps we're certain have been passed (e.g. are well out of range of the user and index behind the current step of intersection.

In concept this will rarely do anything. But there's a chance in certain circumstances it may actually correctly allow them rejoin the route without a reroute.

@Archdoog Archdoog added the core Related to the Rust core label Jan 9, 2025
@michaelkirk
Copy link
Contributor

Solving this might be a more general solution to #285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the Rust core
Projects
None yet
Development

No branches or pull requests

2 participants