holepunchto / hyperdrive

Hyperdrive is a secure, real time distributed file system
Apache License 2.0
1.86k stars 134 forks source link

rework getContent to fix race condition and simplify #269

Closed mafintosh closed 4 years ago

mafintosh commented 4 years ago

Changes _getContent to map from feed instead of db. Makes checkout much easier. Also fixes a race condition if _getContent is ran many times before it finishes. Additionally it tries to load content in ready if it's cached locally, wheather or not it is writable.

Also fixes some bugs in test/mount that wasn't triggered before with namespaces being reused.

mafintosh commented 4 years ago

@RangerMauve that was the upcoming change i mentioned in irc