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

BindableCache: Memory exhausted when nesting parent class #495

Closed
g105b opened this issue Aug 12, 2024 · 0 comments · Fixed by #496
Closed

BindableCache: Memory exhausted when nesting parent class #495

g105b opened this issue Aug 12, 2024 · 0 comments · Fixed by #496
Assignees
Labels

Comments

@g105b
Copy link
Member

g105b commented Aug 12, 2024

If a class refers to itself, the memory is inefficiently used up pretty quickly. I've taken a quick look into the source and I can see there's a recursive loop in the isBindable/expandObjects function calls.

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

Successfully merging a pull request may close this issue.

1 participant