Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-11-19 | 687 Bytes | |
v0.0.3.tar.gz | 2021-11-19 | 17.7 kB | |
v0.0.3.zip | 2021-11-19 | 33.5 kB | |
Totals: 3 Items | 51.9 kB | 0 |
Fixed
- Fix start the subprocess error with a relative path.
- Fix remote client sync loses some messages maybe when processing messages slowly, use
msg_queue
param to customize message channel buffer size, default is 500 now. - Fix not to truncate file before write to the target file.
- Make flag variable private.
Enhancements
- Parse src and target params to
VFS
struct by rs custom protocol. - Add basic remote file sync and remote file sync once.
- Add a simple file query api.
- Support sync file atime and mtime attributes to target file.
- Support force wait to retry execute finished, and add
RetryCount
andRetryWait
func forRetry
interface.