Replies: 1 comment 1 reply
-
I like the idea that the plugin will be able detect potential memory leaking caused by orphan nodes, also
I highly recommend opening a feature proposal in the issues section. This will allow for a more detailed discussion and collaboration with the community. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It'd be cool if I could turn on "Orphan Monitoring" with a set interval and then whenever print_orphan_nodes() actually sees something, Panku logged or popped up an alert that I have a leak.
When I realized print_orphan_nodes() was a thing, I immediately found a couple ways I was leaking, hunted them down, and ended them.
Now every 20 seconds my app is calling this so if I ever start leaking orphans again, I can address it immediately.
Beta Was this translation helpful? Give feedback.
All reactions