jkehres / memcached-elasticache

A memcached client with support for auto-discovery of AWS ElastiCache nodes
9 stars 6 forks source link

this._timer is never cleared. #2

Open mastermatt opened 6 years ago

mastermatt commented 6 years ago

https://github.com/jkehres/memcached-elasticache/blob/858ef9bf1dc9bbbafc9c1ad98885ff445b882ef4/index.js#L72

The set var is this._timer

Not that it matters much at runtime. Calling clearInterval with an invalid interval ID has no side effects.