-
When using `db-migrate` programmatically for multiple databases, warnings are generated for EventEmitter leaks: `Warning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners ad…
-
Hi Thomas
No offense but I recommend to drop your event emitter https://github.com/thomaswelton/bower-event-emitter in favor of this one https://github.com/Wolfy87/EventEmitter
This because yours co…
-
We don't really document it, but librato-node extends EventEmitter and [emits errors](https://github.com/goodeggs/librato-node/blob/661c1b2b7de55c824b4c5d34d6951d5649730b03/src/librato.coffee#L43) in …
-
I have a server side rendered app, and on my Express server, I'm getting the following error (sometimes):
```
(node:89538) Warning: Possible EventEmitter memory leak detected. 11 change listeners …
-
I have trying fetching data from Asterisk (ARI) and can\`t catch events. When nodemon started i can get some data(what i want like channels ari.channels.list(()=>...)), but if call is incoming i cant …
-
In addition to the jQuery-style onEvent handlers we should also support the Node.js EventEmitter style to be more comfy for noders joining the community.
For example:
``` javascript
$.phono({
apiK…
-
### Description
We are creating an Android Native UI Component consisting of ViewPager2 and RecyclerView.
When a touch occurs in RecyclerView, the following error occurs.
### Steps to reproduce…
-
Document and expose eventemitter API. To do this, all usages of `self.on` will need to be replaced with something else.
spion updated
9 years ago
-
This issue is happening with the part of the code that handles the scraped addresses, checks them and appends them to the list:
(node:89780) MaxListenersExceededWarning: Possible EventEmitter memor…
-
- As per [RTC10](https://sdk.ably.com/builds/ably/specification/main/features/#RTC10), library must not register any listeners for internal use.
- At most of the places, ably-ruby uses emitter callb…