Closed
Description
Version
14.6
Platform
Windows 10
Subsystem
No response
What steps will reproduce the bug?
Not sure
How often does it reproduce? Is there a required condition?
I am working with the worker threads and it is working fine . i am able to execute stuff in worker thread but the problem is the worker thread is not getting exit on its own . so i am using process.exit(0) or worker.terminate()
and it get exits also.
but after that if i hit the api again then my project crashes with
Process exited with code 3221225477
what is the issue
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response