Closed tlaurion closed 2 years ago
Already looking at making tmp dirs unique. Fix coming soon.
Note this will only resolve simultaneously read operations; simultaneous writes are somewhere past the v0.4 horizon.
Related issues #15, #45
@tlaurion There is now a workaround to allow multiple remote helpers in the 'fix03' branch. It is based on simple (large) random number assignment, so there is a tiny chance of failure. The alternative would be to have the remote assign a dir name and then store that in a local variable, but I'm not comfortable using an untrusted filesystem parsed string at this time.
I went ahead and used a solution for sanitizing the remote tmp dir name... for complete collision avoidance.
Use case linked to PoC #100
No problem here. Doing my thing. Adding stuff, sending with tags and dedup etc.
Then when time comes to download changes from RO account:
Workaround:
Needed implementation:
This might be blocker in PoC.