Accidentally syncing from two computers (because mutex is not checked correctly)
Opened this issue · 0 comments
rodja commented
With the following scenario two computers sync their code changes to the same target and break our assumption of exclusivity:
- start LiveSync on computer A
- put computer A in power save mode
- wait 10 seconds (so the lock on the target expires)
- start LiveSync on computer B
- wake computer A from power safe
-> now computer A and B both sync to the target because A assumes it still has the lock