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

Persist in-memory contract sessions #165

Open
LennardF1989 opened this issue Mar 26, 2023 · 0 comments
Open

Persist in-memory contract sessions #165

LennardF1989 opened this issue Mar 26, 2023 · 0 comments
Labels
new feature Addition of a new feature, or request for a new feature.

Comments

@LennardF1989
Copy link
Member

LennardF1989 commented Mar 26, 2023

Currently, if Peacock crashes for one reason or another, all in-memory contract sessions will be lost. While you can turn on the options flag to allow you to reconnect to Peacock without closing the game, you will have lost your progression on the contract.

We can probably come up with some solution to (occasionally) write contract sessions to the file-system like we do when making a save, and clean them up again if no saves are associated with it x amount of days after creation (to prevent Peacock from removing them immediately on restart).

@LennardF1989 LennardF1989 added the bug Something isn't working! label Mar 26, 2023
@RDIL RDIL added new feature Addition of a new feature, or request for a new feature. and removed bug Something isn't working! labels Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Addition of a new feature, or request for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants