speeduino / Ardu-Stim

101 stars 74 forks source link

Prevent patternlist from sending multiple request simultaneously #44

Closed DeionSi closed 7 months ago

DeionSi commented 2 years ago

When quickly changing between patterns it's possible for the subsequent requests to overwrite the first before the response is recieved. This causes the wrong pattern to be displayed.

Implement a small queue so that every request can finish processing before doing the next one.