David Deutsch
Results
2
issues of
David Deutsch
When I try to use the jdbc or jinst library in multiple threads, I get `Error: Module did not self-register.` exception. ### Reproduction steps ``` import { isMainThread, Worker }...
When I try to use the library in multiple threads (worker_threads), I get `Error: Module did not self-register.` exception. Within the main thread no problems arise, however as soon as...