burnnat / ha-polar

Polar fitness tracking integration for Home Assistant.
MIT License
9 stars 8 forks source link

Issue updating while already in progress #1

Open burnnat opened 4 years ago

burnnat commented 4 years ago

If a second update is triggered while a first update is already in progress, the process never has a chance to commit the transaction, so the same updates will be repeated for the next call. If there are enough updates such that the update takes longer than the update interval, this will cause a never-ending loop.