TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
101 stars 32 forks source link

Memory leak on the TimerJS implementation #307

Closed fungiboletus closed 3 years ago

fungiboletus commented 3 years ago

The TimerJS implementation in the STL has a memory leak, the array keeps being increased. We should perhaps use a circular buffer or a Map instead.