Achronite / energenie-ener314rt

Node module for RaspberryPi energenie ener314-rt board, used by node-red-contrib-energenie-ener314rt
MIT License
4 stars 2 forks source link

Add mutex to shared memory updates #12

Open Achronite opened 3 years ago

Achronite commented 3 years ago

Some of the persistent data structures are not protected by mutex. Fix this so all shared memory is protected under new mutex.