ssbc / go-ssb

Go implementation of ssb (work in progress!)
https://scuttlebutt.nz
160 stars 26 forks source link

Better sync #323

Closed KyleMaas closed 1 year ago

KyleMaas commented 1 year ago

Based on #322

Adds more synchronization to sbot's WaitUntilIndexesAreSynced(), which should in general fix a bunch of potential race conditions before they pop up and just generally make indexing more reliable.

KyleMaas commented 1 year ago

Thanks!