ssbc / ssb-blobs

blob gossiping ssb-subprotocol
MIT License
12 stars 11 forks source link

blobs not pushed #34

Open mixmix opened 3 years ago

mixmix commented 3 years ago

scenario

  1. lone peer runs blobs.push
  2. they then connect to e.g. a pub and establish reciprocal follow
  3. the remote peer (e.g. pub) does not get the blob

Subsequent blobs go through fine. Sometimes that initially pushed blob will turn up on pub but quite often not. Peers on the other side of the pub will likewise not get the blob because the pub doesn't have it

mixmix commented 3 years ago

I think this might be resolved when #37 has addressed? We shall see