You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: