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

Client can't continue trade after closing application #14

Open
f321x opened this issue Sep 2, 2024 · 1 comment
Open

Client can't continue trade after closing application #14

f321x opened this issue Sep 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@f321x
Copy link
Owner

f321x commented Sep 2, 2024

Currently both clients have to stay online / keep the application running for the complete trade to not lose their state. To make it usable for real world scenarios clients should be able to continue the trade after closing their fronted (e.g. online shop in browser), so we need a mechanism to store the trade state and load it again.

@f321x f321x added the enhancement New feature or request label Sep 2, 2024
@rodant
Copy link
Collaborator

rodant commented Sep 2, 2024

Great point, probably we'll need some kind f event sourcing. When a client resumes a trade, the last state gets built up from the event history. Just an spontaneous idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants