-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flushing file #135
Comments
Can you get the native handle to call |
No, the native handle is kept private |
It should be mentioned that reading a file whilst writing to it is not supported by hdf5 unless SWMR mode is set. There is a PR implementing this in |
@kiranshila This is published in |
Fantastic, beat me to the PR. Thank you so much! |
Hello again! Another quick issue/question -
Is there an equivalent to
nc_sync
/ flushing to disk in this rust implementation? I'm getting some errors occasionally that look likewhen trying to read from other programs. Looking around this seems to be the result of an incomplete write.
The text was updated successfully, but these errors were encountered: