amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.09k stars 1.16k forks source link

gun.user().get(a).get(b).get(c).put(d) occasionally fails #1068

Open mmalmi opened 3 years ago

mmalmi commented 3 years ago

When you reply to a post on Iris, the reply often doesn't appear: State.public.user().get('replies').get(msg.replyingTo).get(msg.time).put(hash)

However, if you write a new post, it always appears: State.public.user().get('msgs').get(msg.time).put(hash)

If you only connect to localhost and not the Heroku node et al, it works better. Sometimes there's a small delay in the reply appearing, but subsequent replies to the same post appear instantly.

Full Iris code here.

gooddollar-techadmin commented 3 years ago

@mmalmi @amark this seems like the previous issues i've reported