rkoshak / openhab-rules-tools

Library functions, classes, and examples to reuse in the development of new Rules.
Other
64 stars 23 forks source link

[Threshold Alert] Memory leak #111

Closed rkoshak closed 1 week ago

rkoshak commented 7 months ago

There is a bug somewhere in the timer management that is causing a leak. Essentially I'm getting tons and tons of looping timers or alert timers building up.

The solution may be to add some logic to LoopingTimer to handle calls to loop differently if the timer is already running.

rkoshak commented 1 week ago

I've not seen this behavior after fixing some recent changes. Closing for now.