ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Investigate orbit-db concurrent writes #127

Open fazo96 opened 6 years ago

fazo96 commented 6 years ago

ChluIPFS "users" like the Collector might do concurrent writes to OrbitDB.

I remember reading that this is not support by OrbitDB and will cause race conditions. I think it would be worth it to find where this is stated and then investigate queuing the writes to make sure we are not exposed to race conditions