gun icon indicating copy to clipboard operation
gun copied to clipboard

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

Open mmalmi opened this issue 3 years ago • 1 comments

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.

mmalmi avatar Apr 22 '21 09:04 mmalmi

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

gooddollar-techadmin avatar Apr 22 '21 09:04 gooddollar-techadmin