swissmanu / harmonyhubjs-discover

A Node.JS library which lookups available Logitech Harmony hubs in the local network.
MIT License
23 stars 9 forks source link

Use clearInterval in Ping#stop #7

Closed caseywebdev closed 7 years ago

caseywebdev commented 7 years ago

I've done this before. clearTimeout won't clear an interval, but it won't complain either, just keeps the process alive :O

swissmanu commented 7 years ago

oh my... this is quite embarrassing 😅 this statement was sitting there like forever and nobody noticed it.

thank you for the fix!

caseywebdev commented 7 years ago

👍 thanks for the quick response