ssb-server
ssb-server copied to clipboard
Following a user does not download their messages
I have a setup where I have two nodes A and B and a pub server P. A and B are both connected with the pub. A and B followed each other and it worked according to sbot friends.get.
However, A is simply not getting B's messages. On the other hand, B is getting A's messages.
Is this a bug or am I missing something?
is the pub following A and B, or at least one of them? is this a script, can you post your code?
Yeah the hub is following both A and B, since they both accepted the hub's invites. However, I've found that after I restart A and B, they start receiving messages from one another. Is that the expected behavior?
I don't quite have a script yet since this is part of a larger deployment.
On Sat, Aug 18, 2018, 2:13 PM Dominic Tarr [email protected] wrote:
is the pub following A and B, or at least one of them? is this a script, can you post your code?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ssbc/scuttlebot/issues/523#issuecomment-414086687, or mute the thread https://github.com/notifications/unsubscribe-auth/ABduxgqFH0fF_7k8GAi1koD3TOk9yv8Pks5uSIOTgaJpZM4WAxjx .
No, having to restart for gossip to work shouldn't be expected behavior.
Could you post your Scuttlebot version and your relevant config changes (if any)?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've seen this recently while testing patchwork onboarding.
Accepting the pub invite brought in all of the posts from the pub's feed, but only some of the feeds it followed. This happened reliably every time I tried (same pub though, so maybe it was crashing?)
Had to restart sbot, or reconnect to that pub before the rest of the messages would sync.