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

Developer: UnitOfWork cannot run read and write on the same stream #11

Open
jChicote opened this issue Apr 2, 2022 · 0 comments
Open

Comments

@jChicote
Copy link
Owner

jChicote commented Apr 2, 2022

Expected Behaviour

Whenever saving and loading file, they can call multiple times within a method (Save and Load called twice as a set in a single method).

Current Behaviour

Can only save load data once but can perform multiple saves.

Possible Solutions

  • Close filestream after usage
  • Coordinate and limit the usage of constant calls to load (thus only use it when it is needed).
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

No branches or pull requests

1 participant