gun
gun copied to clipboard
gun.user().get(a).get(b).get(c).put(d) occasionally fails
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 @amark this seems like the previous issues i've reported