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

perf(replayer): Prevent infinte loops with resolve trees #235

Draft
wants to merge 1 commit into
base: sentry-v2
Choose a base branch
from

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Dec 23, 2024

This prevents an infinite loop from ocurring by keeping a Weakset of previously resolved nodes. Previously (it still does too), this loop would timeout after 500ms.

This prevents an infinite loop from ocurring by keeping a Weakset of previously resolved nodes. Previously (it still does too), this loop would timeout after 500ms.
@billyvg billyvg requested a review from a team December 23, 2024 22:18
@billyvg
Copy link
Member Author

billyvg commented Jan 7, 2025

This didn't fix what I intended it to fix, though this change could still be good to put in.

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

Successfully merging this pull request may close these issues.

1 participant