hello guys,
I have a problem about Task that are getting allocated and not being released. With that, in the customization of the native player, each video that is played is accumulating tasks, and there comes a time that exceeds 100 tasks and the device crashes.
I found the solution to stop the Task manually by changing the Control to STOP when exiting the video. This solution worked and the Tasks were eliminated correctly.
The current problem is that the Tasks are asynchronous, with that in a situation I can give a STOP and the Task is still finishing the processing of some event. Is there any property that can know that the Task is WAIT or not doing anything and can close it? or BRS does not support this.