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

Fixed race condition with digidoc initialize/terminate #17

Merged
merged 5 commits into from
Apr 26, 2024

Conversation

realmerx
Copy link
Contributor

@realmerx realmerx commented Feb 19, 2024

In fixed version digidoc is initialized in constructor and terminated in Dispose. Problematic implementation initalized and terminated digidoc inside methods using digidoc which could cause race condition with multiple threads.

Signed-off-by: Villu Roogna villu.roogna@gmail.com

In fixed version digidoc is initialized in constructor and terminated in Dispose.  Problematic implementation initalized and terminated digidoc inside methods using digidoc which could cause race condition with multiple threads.
@mrts mrts self-requested a review April 11, 2024 17:29
@mrts mrts merged commit 3717807 into web-eid:main Apr 26, 2024
1 check passed
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