Closed karelbilek closed 8 years ago
it magically started to work after a few reloads. ok then
Was error on my side, sorry.
can you post what went wrong? it will be helpful for other users.
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.
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.
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?