We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description readStreams are not closed when running on an AWS lambda on Node 8.10
This does not happen on my desktop environment which is running Node 10. Might be a version issue?
Problem this creates is decryptX/encryptX never finish
Workaround Move decryptX/encryptX resolve() calls to the end event
The text was updated successfully, but these errors were encountered:
Moved resolve call to end stream event
9699d72
See #1
No branches or pull requests
Description
readStreams are not closed when running on an AWS lambda on Node 8.10
This does not happen on my desktop environment which is running Node 10. Might be a version issue?
Problem this creates is decryptX/encryptX never finish
Workaround
Move decryptX/encryptX resolve() calls to the end event
The text was updated successfully, but these errors were encountered: