strongloop/loopback-component-push

EMFILE errors happening recently

Closed this issue · 4 comments

With the new dependencies update, we've seen some EMFILE errors probably caused a leak of connections happening after some time and a certain number of pushes being sent.

We suspect APN as being the source of this. It could be due to the way we use that module or maybe a bug in it.

This does look like an upstream bug: node-apn/node-apn#408

We should wait for a fix then update package.json. @seriousben Please submit a PR when you notice the upstream fix and ping me for review. ;)

@seriousben Are you still running into issues? Can I close this?

#131 will fix this.