logoot-crdt icon indicating copy to clipboard operation
logoot-crdt copied to clipboard

Optimized Logoot CRDT implementation.

Results 2 logoot-crdt issues
Sort by recently updated
recently updated
newest added

hey, Great library.. i was just running the tests on ubuntu 18 and I get streaming warnings until I stop the test. Do the tests work on other operating systems?...

bug

The operation re-ordering and integration readiness checks should be removed, and operations should be sent through a proper causal broadcast (preferably with anti-entropy). For example: https://github.com/Chat-Wane/CausalBroadcastDefinition

enhancement