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: Thread Safety #16

Merged
merged 1 commit into from
Jan 29, 2025
Merged

FIX: Thread Safety #16

merged 1 commit into from
Jan 29, 2025

Conversation

DJGosnell
Copy link
Member

@DJGosnell DJGosnell commented Jan 29, 2025

My initial assumption about only having to synchronize usage of individual loaded PDF documents was incorrect and I have found concurrent usage of the PDFIum library to be completely un-safe for concurrent usage. This PR removes any possibility of concurrent usage.

Incremented version to 1.3.0.0.
Updated PDFiumCore package.
@DJGosnell DJGosnell changed the title Fixed issues with concurrent usage. Incremented version to 1.3.0.0. Updated PDFiumCore package. FIX: Thread Safety Jan 29, 2025
@DJGosnell DJGosnell merged commit f0e0d39 into master Jan 29, 2025
2 checks passed
@DJGosnell DJGosnell deleted the thread-safety branch January 29, 2025 22:23
@DJGosnell DJGosnell restored the thread-safety branch January 29, 2025 23:46
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.

1 participant