Anders Rune Jensen

Results 117 comments of Anders Rune Jensen

I guess we can close this now?

Wierd. Havn't seen that. I would of course rather fix the sync issue than having a manual sync button.

Don't think I have seen that. One thing you could try is to enable EBT debug [here](https://github.com/arj03/ssb-browser-core/blob/3a35a8c38ade7f6a23fb163b5089a1886ff03075/net.js#L38). It can be a bit spammy, but maybe that will help figure out...

That `invalid message: expected sequence 2 but got:1` error is pretty bad. I havn't seen it before but will try and see if I can reproduce.

Yes, will have a look. It is getting late here, so tomorrow :)

I can confirm what you are seeing. Basically it seems that EBT only wants to send its own data to peers it follow. And this seems to be by design....

This was actually a very interesting case. It surfaced a bunch of assumptions about how SSB works with random connections both before and going forward. The sum up: this is...

I think it would be best to have this discussion in the [rooms2](https://github.com/ssb-ngi-pointer/rooms2) repo. I'm sure Henry and André have input on this.

I wouldn't actually look to much as hops right now. We need to properly fix friends before this really works. Right now it's very tied to hops 1.

Its that we don't use ssb-friends in ssb-browser-core. We use a special contacts index, that I plan on replacing with a ssb-friends version that works with db2. So much work,...