pebble / event-loop-lag

Measure Node.js event loop lag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suspected Memory Leak

mtharrison opened this issue · comments

This module seems to leak memory over time. I think it's down to the Timer.unref(), the Timers never seem to be GC'd.

Possibly related: nodejs/node-v0.x-archive#8364

have you retested using the patch attached to that ticket?

fixed in 1.0.2