Memory leak in bidi resources #769
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Reported in pyhton-firestore: googleapis/python-firestore#985
It looks like some of the resources in BackgroundConsumer and ResumableBidiRpc are not being cleaned up properly on close, and preventing garbage collection. I ran the attached script, and can confirm I see the same thing
I opened #770 to address the issue, but maybe someone with more familiarity with the classes can take a look as well
The text was updated successfully, but these errors were encountered: