theLaborInVain / kdm-manager-api

The API used by https://kdm-manager.com and related Kingdom Death: Monster utilities.
Other
3 stars 0 forks source link

Implement asset locking #12

Open toconnell opened 5 years ago

toconnell commented 5 years ago

We need to lock assets while an API call is modifying them, or else we can have operations stepping on each other if the client phones them in too quickly.

See: https://github.com/toconnell/kdm-manager/issues/453