nvidia-riva / python-clients

Riva Python client API and CLI utils
MIT License
63 stars 22 forks source link

How to stop client #33

Closed Deamon12 closed 1 year ago

Deamon12 commented 1 year ago

Is there a process to cleanup and close an ASR.client instance in python?

virajkarandikar commented 1 year ago

You don't need to. Client gets auto deleted and garbage collected by python. Closing. Please reopen if required.