grey-software / toonin

Technology that allows you to tune in to your friends and family in realtime using peer-to-peer sharing.
https://toonin.grey.software
MIT License
67 stars 6 forks source link

Add a queueing system for requests made to the distributed system. #153

Closed ArsalaBangash closed 4 years ago

ArsalaBangash commented 4 years ago

Motivation

We would like requests that modify the state of the backend tree to be queued and committed so that we get deterministic results.

Approach

TODO