Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve XatkitSession's life-cycle #290

Open
gdaniel opened this issue Mar 8, 2020 · 0 comments
Open

Improve XatkitSession's life-cycle #290

gdaniel opened this issue Mar 8, 2020 · 0 comments
Assignees
Labels
Core Enhancement New feature or request

Comments

@gdaniel
Copy link
Member

gdaniel commented Mar 8, 2020

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 gdaniel added Enhancement New feature or request Core labels Mar 8, 2020
@gdaniel gdaniel added this to the Awaiting Integration milestone Mar 8, 2020
@gdaniel gdaniel self-assigned this Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant