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

Multiple instances of UZKArchive for same file lose thread safety #103

Open
abbeycode opened this issue Feb 20, 2020 · 0 comments
Open

Multiple instances of UZKArchive for same file lose thread safety #103

abbeycode opened this issue Feb 20, 2020 · 0 comments

Comments

@abbeycode
Copy link
Owner

If you attempt to read from a UZKArchive instance while another UZKArchive instance is writing to the same underlying file in a different thread, exceptions are thrown. The @synchronized lock in -performActionWithArchiveOpen:inMode:error: is apparently not sufficient in this case, working only within a single instance of the archive.

@abbeycode abbeycode changed the title Multiple instances of UZKArchive lose thread safety Multiple instances of UZKArchive for same file lose thread safety Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant