fimad / pifuxelck

A telephone drawing game.
https://everythingissauce.com
Apache License 2.0
5 stars 1 forks source link

Make data updates singleton #2

Closed fimad closed 6 years ago

fimad commented 6 years ago

Right now it is possible to issue many of the same queries concurrently. This is wasteful. If there is an progress query requests for the same data should be no-ops.