Skip to content
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

When concurrently reading from config file, IO exception may be thrown #55

Closed
kzu opened this issue Apr 26, 2021 · 0 comments
Closed

When concurrently reading from config file, IO exception may be thrown #55

kzu opened this issue Apr 26, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kzu
Copy link
Collaborator

kzu commented Apr 26, 2021

Concurrent reading should be 100% reliable, since the file is open for read-only access at that point.

@kzu kzu added the bug Something isn't working label Apr 26, 2021
@kzu kzu closed this as completed in bcdd5a1 Apr 26, 2021
kzu added a commit that referenced this issue Apr 26, 2021
The proper way to allow simultaneous reading is properly configuring the underlying file steam.

Fixes #55.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant