-
Notifications
You must be signed in to change notification settings - Fork 101
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
lambda-local does not wait for empty event loop #128
Comments
Hi, thanks for reporting I will try to investigate, but I don't see a way to wait for all unregistered setTimeout from outside its caller... |
FTR: I'm waiting for nodejs/node#21102 to be published before using it to fix this issue |
@pbostrom Hello ! I don't know if you remember this issue, or if you still use |
lgtm
|
lambda-local does not appear to wait for empty event loop. The below function should log "done" after a 1000ms timeout, but it returns before logging. I've tested with and without the
-n
flag.The text was updated successfully, but these errors were encountered: