Skip to content

v0.1.0-pre.11

Pre-release
Pre-release

Choose a tag to compare

@ewilken ewilken released this 24 Oct 20:58
· 20 commits to main since this release

Correct BonjourStatusFlag Behavior

  • After the first controller is paired, the Config's status_flag field is set to BonjourStatusFlag::Zero and the config update is immediately persisted to the Storage.
  • After the last controller is unpaired, the Config's status_flag field is set back to BonjourStatusFlag::NotPaired and the update is also immediately persisted to the Storage.
  • On every program start, the correctness of the Config's status_flag field is checked by counting the paired controllers and updated if incorrect. Counting the paired controllers correctly was previously prevented by a bug in FileStorage. That bug was fixed and a unit test covering CRD operations of Pairings was added.