sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Confirm that commands towards controller are idempotent #332

Open nemanja-boric-sociomantic opened 6 years ago

nemanja-boric-sociomantic commented 6 years ago

We should make sure that the user can't make request go into an invalid state if they repetitively issue same command over and over again (e.g. if user has a timer that issues stop request every 3s and stopped notification comes only latter, the request should be stopped only once).