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

Accidentally syncing from two computers (because mutex is not checked correctly) #23

Open
rodja opened this issue Feb 16, 2024 · 0 comments
Assignees

Comments

@rodja
Copy link
Member

rodja commented Feb 16, 2024

With the following scenario two computers sync their code changes to the same target and break our assumption of exclusivity:

  1. start LiveSync on computer A
  2. put computer A in power save mode
  3. wait 10 seconds (so the lock on the target expires)
  4. start LiveSync on computer B
  5. wake computer A from power safe

-> now computer A and B both sync to the target because A assumes it still has the lock

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