Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server crdt #29

Draft
wants to merge 10 commits into
base: dev
Choose a base branch
from
Draft

Add server crdt #29

wants to merge 10 commits into from

Conversation

shanthanu9
Copy link
Member

No description provided.

Add Identifier and Character struct.
Add basic server crdt Agent logic.
Testing of consistency of client and server CRDTs not done yet.
Check button implemented to check the consistency between client and server crdt

Fix bug in insert_newline and delete_newline
@shanthanu9 shanthanu9 requested a review from rohit-mp March 17, 2020 16:34
shanthanu9 and others added 5 commits March 17, 2020 22:05
Each session now has it's own CRDT process. The mapping session_id ->
crdt pid is handled by CRDT.Registry.

CRDT.Supervisor currently just supervises the Registry (should also
dynmically supervise CRDT pids)
Registry now knows when a CRDT process is stopped. Hence, this CRDT
process can be removed from the Registry's map.
@shanthanu9 shanthanu9 marked this pull request as draft June 10, 2020 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant