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

Fix #1866: Permit read locks on archive file write #1870

Merged
merged 1 commit into from
Nov 20, 2016

Conversation

gisikw
Copy link
Contributor

@gisikw gisikw commented Nov 19, 2016

Prevents C# from insisting on a write-only lock when writing to the file
system. This means external programs (a simple tail -f $FILE for example) can
receive data from a running kOS program without causing errors.

Prevents C# from insisting on a write-only lock when writing to the file
system. This means external programs (a simple `tail -f $FILE` for example) can
receive data from a running kOS program without causing errors.
@Dunbaratu
Copy link
Member

Ah thank you. Saves me having to look up what the flag option was to change this.

@Dunbaratu Dunbaratu merged commit cfb514b into KSP-KOS:develop Nov 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants