-
Notifications
You must be signed in to change notification settings - Fork 253
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
[BUG] failed to initialize unidoc: license key already set #539
Comments
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/ |
Hi @amir-faliam You only need to init the license once, so no need to do license initialization every time you are using the library. |
Sorry jumped the gun here! There were some incorrect assumptions we were making on our side! All good here |
@amir-faliam glad to hear that the problem is solved |
Description
We are using unidoc in one of our lambdas to generate PDFs. Below is what our initialization code looks like:
Have verified that there is no way for this init call to be made concurrently, yet somehow we get the
license key already set
error.Expected Behavior
license key already set
never be thrownActual Behavior
This issue is not deterministically reproducible, we have noticed it has happened a total of 3 times on our lambdas based on the initialization code above
Attachments
N/A
The text was updated successfully, but these errors were encountered: