xatkit-runtime icon indicating copy to clipboard operation
xatkit-runtime copied to clipboard

Improve XatkitSession's life-cycle

Open gdaniel opened this issue 4 years ago • 0 comments

The created XatkitSessions are never released, even when the sessions are effectively over. This constitute a memory leak (the memory used to store sessions will increase over time, and cannot be garbage collected).

This is especially true if we want to store additional information in the session (e.g. history #289).

gdaniel avatar Mar 08 '20 20:03 gdaniel