-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
async hooks promise not destroyed #14446
Copy link
Copy link
Closed
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
Description
Activity
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
my code is like follows:
the output is:
why the Promise async resources' destroy callback not triggered?