Each delta version is the previous version plus the number of operations in the current version. So, your fist delta contained 5 operations (5-0), Your second delta contained 1 operations (6-5), etc...
Have another look at HashedVersion.getHashedVersionAfter(). -Tad On Wed, May 26, 2010 at 4:44 AM, jesus salas <[email protected]> wrote: > Hi, > > I have a strange behavior from wavesandbox, whenver I request delta- > history for any wave to retrieve applied deltas, > > I receive 0, 5, and so on, deltas with version 1 to 4, (inclusive), > are never sent by server to me. > > What I'm missing? > > request is from version 0 to version 21, answer is > 0,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 and 20, but 1 to 4 are not > present: > > <pubsub xmlns="http://jabber.org/protocol/pubsub"> > <items node="wavelet"> > <delta-history xmlns="http://waveprotocol.org/protocol/0.2/ > waveserver" > start-version="0" > start-version- > hash="d2F2ZTovL3dhdmVzYW5kYm94LmNvbS93K01QRHlRX0docC9jb252K3Jvb3Q=" > end-version="21" > end-version-hash="EvgFFvpJstjh+YR0ofjmnx8wJnM=" > response-length-limit="100000" > wavelet-name="wave://wavesandbox.com/w+MPDyQ_Ghp/ > conv+root"/> > </items> > </pubsub> > > jesus salas > wave-vs.net > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
