-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
I found that the NodejsForDelphi is not thread safe? #10815
Comments
We do not support any Delphi bindings to node, so you will need to instead submit an issue on that project's issue tracker or otherwise contact the maintainers of that project about this. |
mscdex
added
invalid
Issues and PRs that are invalid.
question
Issues that look for answers.
labels
Jan 15, 2017
This was referenced Nov 28, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
This was referenced Nov 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I create 3 threads in delphi and create 3 TJSEngine, and call diffrent script with RunScript or RunFile,
and I found it sometimes the 1 script will in the 3 thead or others.
Is a bug or can't suport the multithread or there is an other way call the scirpt?
The text was updated successfully, but these errors were encountered: