issues
search
tonbo-io
/
fusio
Fusio provides file operations on multiple storages across various async runtimes.
Apache License 2.0
204
stars
8
forks
source link
Bug: `monoio` & `tokio_uring` write mode is incorrect
#61
Closed
KKould
closed
1 month ago
KKould
commented
1 month ago
In append mode, pos should be used respectively: read_pos & write_pos (seek only affects read_pos)
In over_write mode, the same pos is used (this means that seek will affect the positions of read and writer at the same time)