You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This really should be fixed #186 as it was pointed out over a year ago. This was causing my app to crash and after looking through the code I noticed its because this video controller is not disposed.
I cloned the code to this package and disposed of the video controller myself and now my app no longer crashes and properly releases the resources.
It's a silent killer, because the memory will keep building over time, especially if you have a flow in your app where this is needed. Finally it will kill the app as the user gets to capacity.
The text was updated successfully, but these errors were encountered:
This really should be fixed #186 as it was pointed out over a year ago. This was causing my app to crash and after looking through the code I noticed its because this video controller is not disposed.
I cloned the code to this package and disposed of the video controller myself and now my app no longer crashes and properly releases the resources.
It's a silent killer, because the memory will keep building over time, especially if you have a flow in your app where this is needed. Finally it will kill the app as the user gets to capacity.
The text was updated successfully, but these errors were encountered: