-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
The abort
event listener is currently not removed when the task finished (without any abort). It leads to the following warning:
(node:1852) MaxListenersExceededWarning: Possible EventTarget memory leak detected.
71 abort listeners added to [AbortSignal]. Use events.setMaxListeners() to increase limit
As a best practice, the one who added the event listener to also be responsible for removing it.
Metadata
Metadata
Assignees
Labels
No labels