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

fix(session): dead sessions without layout shouldn't be resurrectable #3167

Conversation

pedromfedricci
Copy link
Contributor

It is possible for a dead session to not have a committed session-layout.kdl file, either because serialization is turned off, or because the session was killed before being flushed into disc. Since there isn't a file to load from, the session shouldn't be marked as resurrectable (for example, by the session-manager plugin), because its state is lost. As an example, the session-manager plugin will simply load the default layout for the dead session if selected, so it is just better to not list it at all.

@pedromfedricci
Copy link
Contributor Author

Fixed by: #3264

@pedromfedricci pedromfedricci deleted the fix_ressurectable_sessions_list branch April 17, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant