Android SDK Session Collection and Destruction of Old Sessions

Matthew Alan Gray

New Member
Using the Android SDK, I see where I can create sessions, and I can even see where I can retrieve existing sessions from the collection of sessions managed by the SDK, but I see no mechanism for destroying sessions - just disconnecting them, and they cannot be reconnected after being disconnected. This means that after disconnecting one session, I have to create a new session just to connect - but the old sessions are still hanging around... Isn't this a potential memory leak??
 

Max

Administrator
Staff member
Thanks for the report. We will check it.
I will inform once we have any results.
 
Top