-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
AsyncLocalStorage potential issue ? #33580
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.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.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.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
node/lib/async_hooks.js
Line 248 in 9949a2e
You are using the
resourceobject to store thestorewhereas the doc state :I just wondering if it is ok.