evanugarte/my-arcam-remote

Rapidly clicking volume up/down inconsistent

Closed this issue · 0 comments

Say volume is 30. this happens when we click the volume up/down too fast:

*click* *click* *click*

31
33
32

It has to do with trying to handle async events sequentially. We could have the server keep state of the volume. Or look around to see if there are examples of handling this