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.
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.