ssbc / go-ssb

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

Possible problem with publishing before finishing syncing one's own feed from another node #332

Open KyleMaas opened 1 year ago

KyleMaas commented 1 year ago

See https://github.com/planetary-social/scuttlego/issues/197#issuecomment-1430571486

I could also imagine this is something that happens when we are publishing messages and replicating messages at the same time and could be some kind of a race condition between publish log and receive log in (pl *publishLog) Append.