-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ordering of messages #117
Comments
Aha, this one seems to be buggy: Line 176 in 08ef0ed
Doesn't update parent. There is more though. |
And the second bug seems to be that the messages comes in the wrong order. |
Argh fuck. It's because |
I'm looking at a trace that looks something like this:
Got branch is what you get from
ssb.metafeeds.branchStream({ old: true, live: true })
and notify is from inside this module on live data.The tree looks like this:
For some reason it seems like 1 doesn't have a proper parent (v1), which is really strange because it seems like 4 works fine.
The text was updated successfully, but these errors were encountered: