Draft
Conversation
5aeb5c0 to
b473dc9
Compare
24222d1 to
b2efc1f
Compare
d81c921 to
dbf9d3d
Compare
6963b80 to
beeb81f
Compare
Adds message tracking and retry mechanisms. It also checks for out-of-order updates to make sure that no message is missed by a client.
This does not work yet, we need to extract basic sync code from the actual event trigger code, then establish a chain of responsibility with sync extensions being individual handlers.
dbf9d3d to
7ea0884
Compare
642309d to
42b0c5f
Compare
This was referenced Feb 21, 2023
|
@eliias Hi, I just used this gem with react frontend for LexicalCollab editor and rails backend. Let me know if you think I can help with project/PR. |
Collaborator
Author
@jeygeethan Feel free to take a stab at it. A word of warning though. The “reliable transport” PR is establishing a completely new protocol, so this is some heavy lifting and is going to take time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds message tracking and retry mechanisms. It also checks for out-of-order updates to make sure that no message is missed by a client.