For example I have `like` button in my app, which ...
# tornadofx
c
For example I have
like
button in my app, which is capable for both like and dislike functions If I press the button 100 times in a few second (not sure I could but for example), and it results with no difference between state on start and on finish, then, instead of sending 100 requests I’d deal only with result. I know, that highload projects are using this, didn’t realize how yet (on backend or front end), but may be managing queue isn’t hard to implement?