-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
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 that look for answers.Issues that look for answers.
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.questionIssues that look for answers.Issues that look for answers.
Type
Fields
Give feedbackNo fields configured for issues without a type.
my code is like follows:
the output is:
why the Promise async resources' destroy callback not triggered?