I found that the NodejsForDelphi is not thread safe? #10815
Closed
Description
- Version:
- Platform:delphi
- Subsystem: win
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?