jamsinclair/ballast

Continuously corrects on a loop whenever balance changes

Closed this issue · 4 comments

When the app first starts up when the balance is 0, it works as intended. The first time the balance is adjusted however, it goes into an infinite loop correcting and re-correcting the balance, until it finally seems to crash (or maybe that was a fluke, cannot reproduce the crashing behavior).

I saw issue #29, that does not seem to be the case when downloaded directly from Github.

Thanks for the report @OIRNOIR. Can you think of any further steps to help replicate the infinite loop on correction?

In the code we use a debounce approach to prevent this siutation from occurring.

Do you have any other software running that might also be updating the device balance?

No I do not have any other software that might be updating the device balance. I can't seem to replicate the issue.

Stale