python-sdks icon indicating copy to clipboard operation
python-sdks copied to clipboard

Implement task_done calls after queue.wait_for

Open thinhdanggroup opened this issue 7 months ago • 1 comments

  • I added task done after queue.wait_for finish to ensure proper task management and resource cleanup. I face the issue with memory leak for my service, this is first point I see that current library missing to mark event done.
  • I re-arrange order operations in AudioStream init method because of potential of missing FfiHandle before run loop started

thinhdanggroup avatar Jun 15 '25 10:06 thinhdanggroup

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 15 '25 10:06 CLAassistant