TelluIoT / ThingML

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

💧 Remove memory leak in TimerJS + other small fixes #308

Closed fungiboletus closed 3 years ago

fungiboletus commented 3 years ago

We now use Map because we are modern people writing modern JavaScript.

Fix #307

brice-morin commented 3 years ago

The driftless JS timer has not been updated... Not sure if it ever worked (and we probably need to update the version of driftless too...). We could alternatively remove it if you are not going to use it?

fungiboletus commented 3 years ago

The driftless JS timer has not been updated... Not sure if it ever worked (and we probably need to update the version of driftless too...). We could alternatively remove it if you are not going to use it?

The drift less library has received no updates. I think we can keep it for now, we may want to use it in the future.