gabek / node-internet-radio

Node.js module to get Now Playing information from an internet radio stream.
MIT License
49 stars 19 forks source link

Address potential memory leak. #26

Closed majimus closed 3 years ago

majimus commented 3 years ago

If the station is streaming on the URL, the fetch will buffer the stream indefinitely.

gabek commented 3 years ago

Adding a timeout certainly seems like a good idea. Thank you!