-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
RSA.decryptPrivateKey()
no result
#65
Comments
Now I can verify that it happens occasionally...
|
I am surprised that nobody else posted this problem before. Looks like critical bug 🤔 |
@jerson, I would appreciate if you could check it as soon as possible. |
Hi @Arley011 thanks for report this issue I'm really busy these days but maybe I can take some time this weekend for this |
the change is gonna be reverted in #72 |
I'm also seeing this on 3.6.4 which is the latest at this time. |
Sometimes I face the issue that my code just gets stuck on
RSA.decryptPrivateKey()
call and never continues.For me it looks like this MR caused this problem. It looks like there is an unhandled error in c++ code which is not sent through the port.
And since
onExit
andonError
callbacks ofIsolate.spawn()
were removed, method never returns anything.Moreover, it started happening after upgrading plugin from
3.5.1
to3.6.1
Could you please inspect code of the
RSA.decryptPrivateKey()
method to check for errors handling?Sorry, for now I cannot provide the actual key-password pair to reproduce this issue. It happens rarely (I use key returned from the BE) and I added more logs to the code. So if you won't find anything suspicious in c++ code, I hope I will catch the data and will be able to provide an example to reproduce the issue.
The text was updated successfully, but these errors were encountered: