dominictarr / crdt

Commutative Replicated Data Types for easy collaborative/distributed systems.
MIT License
836 stars 43 forks source link

Simple example doesn't synchronize #42

Closed karelbilek closed 8 years ago

karelbilek commented 8 years ago

I am trying to figure out how to run the simple example.

It just doesn't synchronize anything. Clients do their own things and server does its own thing, but nobody know about anyone else. No logs are written except server logs its own changes and clients log their own changes (and only their own changes).

Am I doing something wrong?

karelbilek commented 8 years ago

it magically started to work after a few reloads. ok then

karelbilek commented 8 years ago

Was error on my side, sorry.

dominictarr commented 8 years ago

can you post what went wrong? it will be helpful for other users.

karelbilek commented 8 years ago

I did some experiments and did not force reload the browser afterwards, so Chrome had wrong version cached with something else. You need to do hard reload with removing cache.

Really just an issue on my end.

dominictarr commented 8 years ago

thanks!

On Tue, Dec 29, 2015 at 11:20 PM, Karel Bílek notifications@github.com wrote:

I did some experiments and did not force reload the browser afterwards, so Chrome had wrong version cached with something else. You need to do hard reload with removing cache.

Really just an issue on my end.

— Reply to this email directly or view it on GitHub https://github.com/dominictarr/crdt/issues/42#issuecomment-167761368.