hldb / welo

peer-to-peer, collaborative states using Merkle-CRDTs
Other
32 stars 2 forks source link

fix: bootstrap replicator errors #104

Closed saul-jb closed 10 months ago

saul-jb commented 10 months ago

I have run into a couple errors causing crashes in the bootstrap replicator, one caused by a failed heads exchange which can be caught and safely ignored and the other is caused by not handling promises until after the async loop which if they reject beforehand they are unhandled.