-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Potential memory leak #22
Comments
Thanks for bringing this to my attention. |
It was on a RPi 3 B+. I initially tried it with just one connection then added another 2, but the memory increases at about the same rate. |
@oyarzun I was able to replicate the issue while running the webcam example. I am going to spend sometimes this weekend to investigate. Thanks again for checking the project out and take time to point this out. |
@oyarzun please check out the fix. |
Update: I ran a camera feed for about 25 consecutive hours,
|
@vladimirvivien I also confirmed that there is no longer a memory leak. Thanks for fixing the leak and the library in general. |
While testing the webcam example on a raspberry pi, top shows that the memory continues to grow.
Is anyone else seeing this behavior?
The text was updated successfully, but these errors were encountered: