richardartoul / nola

MIT License
74 stars 6 forks source link

Fix data race when accessing env heartbeat #61

Closed aratz-lasa closed 1 year ago

aratz-lasa commented 1 year ago

This PR fixes the data race from #60. The issue is that the environment loop is accessing the heartbeat without using the lock.