SI: Trying to produce a minimum viable single-page sample #277
Unanswered
hubertgrzeskowiak
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
G'day!
I am trying to write up a minimum viable sample of the Snapshot Interpolation lib and I can't figure out what I'm doing wrong.
My code sample:
Runnable sample: https://jsfiddle.net/7akfz9op/3/
I am trying to create a snapshot on one SI object and read it on another. I expected the
serverSnap
andclientSnap
to give me roughly the same data, butclientSnap
is always undefined. I only added thesetTimeout
because I thought there was some time-based magic happening, but it doesn't work with or without it. What am I missing?Beta Was this translation helpful? Give feedback.
All reactions