python-sdks
python-sdks copied to clipboard
Implement task_done calls after queue.wait_for
- 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