xatkit-runtime
xatkit-runtime copied to clipboard
Improve XatkitSession's life-cycle
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).