Hello All,
dataService.release();
dataService.dissconnect()
dataService.logout();
I am using above set of codes to release resources consumed by Data Service.
but I was surprised to see that even after running above code memory
consumption is not coming down.
During profiling I found lot of loitering obeject named
ManagedObject, ProxyObject , AsynchToken etc ..
I belive they are all created by DataService , i am wondering why they are not
gettig destroyed when dataService itself is disconnected.
Please suggest me the ways to release all resources consumend by DataService
I m using LCDS 2.6 with RTMP channel.
Regards,
Dharmendra