gyselroth / balloon-client-desktop

balloon desktop client for Windows, Mac OS X and Linux
GNU General Public License v3.0
10 stars 3 forks source link

Ensure file is not written by other process before uploading it #140

Open pixtron opened 5 years ago

pixtron commented 5 years ago

Description

Is: It might occur that a process is still writing to a file, while it is being uploaded.

Should: Get size or hash of file before upload starts, timeout, compare hash or size to current: if equal start upload, else timeout. If not equal set new timeout.

balloon desktop version

0.2.3

Your client operating system

N/A

Filesystem (If known)

N/A

balloon server version (If known)

N/A

pixtron commented 4 years ago

Will be fixed with update to balloon-node-sync >= v0.6.4