-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Open
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.
Description
As noted in this article, the timeout/interval objects keep a reference to the store even after they have been cleared.
I think it would be better to clear up that reference inside the clearTimeout()
and clearInterval()
functions. We might also want to consider exposing an API for end-users and explicit lifetime tracking.
tonivj5, benjamingr, JMTK, anonrig, jakecastelli and 4 more
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.