We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Concurrent reading should be 100% reliable, since the file is open for read-only access at that point.
The text was updated successfully, but these errors were encountered:
bcdd5a1
Fix concurrency issue when reading from file
92e226d
The proper way to allow simultaneous reading is properly configuring the underlying file steam. Fixes #55.
No branches or pull requests
Concurrent reading should be 100% reliable, since the file is open for read-only access at that point.
The text was updated successfully, but these errors were encountered: