We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orphan processes bug
import time from nava import play, stop for _ in range(1000): sound_id = play("alarm.wav", async_mode=True) time.sleep(4) stop(sound_id)
Normal behavior
Receiving numerous resource warnings related to a large number of orphan processes
Ubuntu 18.04
Python 3.9
nava.__version__
Nava v0.3
The text was updated successfully, but these errors were encountered:
sepandhaghighi
Successfully merging a pull request may close this issue.
Description
Orphan processes bug
Steps/Code to Reproduce
Expected Behavior
Normal behavior
Actual Behavior
Receiving numerous resource warnings related to a large number of orphan processes
Operating System
Ubuntu 18.04
Python Version
Python 3.9
nava Version (Use :
nava.__version__
)Nava v0.3
The text was updated successfully, but these errors were encountered: