v1.43.0
new keepAlive
option on Meter
and Timer
Meter
andTimer
were usingsetInterval
and keeping a ref to it as well keeping processes hanging. This can now be controlled via a newkeepAlive
option.
keepAlive
option on Meter
and Timer
Meter
and Timer
were using setInterval
and keeping a ref to it as well keeping processes hanging. This can now be controlled via a new keepAlive
option.