You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this version of multi-hyperbee the related peers are saved only in memory.
That means that if the device restarts there is no info for restoring the relationship.
Solution
Save the list of related peers as a manifest in store hyperbee (multi-hyperbee has local store, local diff and many remote diff replicas.
Save the name of this key in the Header (first block in hyperbee or any other hyper data structure)
Use this key to save/update the manifest every time the new peer is added/removed.
Discuss if this works for other multi-feed structures
Problem
In this version of multi-hyperbee the related peers are saved only in memory.
That means that if the device restarts there is no info for restoring the relationship.
Solution
store
hyperbee (multi-hyperbee has localstore
, localdiff
and many remotediff
replicas.Discuss if this works for other multi-feed structures
dat-ecosystem/comm-comm#134
The text was updated successfully, but these errors were encountered: