danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 190 forks source link

Max Listener Problems #196

Closed Ryu945 closed 6 years ago

Ryu945 commented 7 years ago

When implementing the code like the examples shown; I get an issue with max listeners. I can set the listener count higher to suppress the warning but this still makes the nodejs code unstable and crash some times. I also see error messages about socket hang.

This may be something with the request module so perhaps an example of how to use this module without request would help.

danmactough commented 6 years ago

Max listener warnings don't have anything to do with feedparser.

If you think you have a helpful PR to explain an alternative way to use feedparser, I'd be happy to consider a PR! 😄