federico3 / trovastelle

An arrow that points at interesting objects in the sky, inspired by the art installation at the JPL mall.
2 stars 0 forks source link

Fix race condition when updating Observables #49

Closed federico3 closed 1 year ago

federico3 commented 2 years ago

https://github.com/federico3/trovastelle/blob/eda890fd1e0fb6947cfcc254989b09de9fea4d16/src/celestial_compass/trovastelle.py#L282

Here we update the observables. However, often, the change does not "take" until a reboot. I think there's a race condition somewhere?