Skip to content
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

Program Does not end #231

Open
enniogonzalez opened this issue Sep 7, 2022 · 1 comment
Open

Program Does not end #231

enniogonzalez opened this issue Sep 7, 2022 · 1 comment

Comments

@enniogonzalez
Copy link

Hello,

I have created a small .js file with this lines of code

// test.js
const JDBC = require('jdbc');

console.log('should end')

If i execute this code, the execution of this program will last forever

Platform: Windows 11
node version: v14.19.1

@akorov
Copy link

akorov commented Sep 16, 2022

The issue is with node-java: joeferner/node-java#539

For a workaround - change node-java to fork/branch from linked PR and then you can issue jinst.getInstance().stop() to gracefully terminate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants