question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Abort signal - Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

See original GitHub issue

When using abort signal with the esc client I get the following:

Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

Is esc or maybe undici missing to release the abort signal handler?

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

3reactions
netlobcommented, Jun 26, 2022

Getting this warning too 👍

0reactions
Czplacommented, Jun 28, 2022

Estou recebendo o mesmo aviso aqui também.

Não sei se essa issue pode ajudar em algo: https://github.com/node-fetch/node-fetch/issues/1295

Read more comments on GitHub >

github_iconTop Results From Across the Web

MaxListenersExceededWarning and EventTarget #36423
11 testEvent listeners added to EventTarget. Use events.setMaxListeners() to increase limit . There is no setMaxListeners on EventTarget.
Read more >
NodeJS : How to debug "EventEmitter memory leak detected ...
I have an EventEmitter to send a "stop signal" when stop() is called, which kills a process (video player). Problem was if I...
Read more >
Node.js sends warnings when you add too many listeners to ...
... Possible EventEmitter memory leak detected. 11 event listeners added. Use emitter.setMaxListeners() to increase limit.
Read more >
[NODE-2123] MaxListenersExceededWarning caused by ...
11 topologyDescriptionChanged listeners added. Use ... setMaxListeners() to increase limit ... Possible EventEmitter memory leak detected.
Read more >
Too much audio input data? - Report bugs - Edge Impulse forum
(node:18) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 change listeners added to [StatWatcher]. Use emitter.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found