-
Notifications
You must be signed in to change notification settings - Fork 14
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 option to debounce updates and debounce awareness updates #12
base: main
Are you sure you want to change the base?
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c392dc7 - Browse repository at this point
Copy the full SHA c392dc7View commit details
Commits on Dec 19, 2023
-
Lint fixes (including some meaningful ones)
Ben Lewis committedDec 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 516fc63 - Browse repository at this point
Copy the full SHA 516fc63View commit details -
Ben Lewis committed
Dec 19, 2023 Configuration menu - View commit details
-
Copy full SHA for e6cab08 - Browse repository at this point
Copy the full SHA e6cab08View commit details -
Add ability to debounce awareness updates
Ben Lewis committedDec 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 71df4b0 - Browse repository at this point
Copy the full SHA 71df4b0View commit details -
Fix mistake in binding awareness and doc update to the same timer :/
Ben Lewis committedDec 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d64121d - Browse repository at this point
Copy the full SHA d64121dView commit details
Commits on Dec 20, 2023
-
Copy maxWait approach from Lodash debounce
Make debounced awareness run at least once per maxWaitForDebouncingAwareness Make debounced updates run at least once per maxWaitForDebouncingUpdates
Ben Lewis committedDec 20, 2023 Configuration menu - View commit details
-
Copy full SHA for cf9f8f1 - Browse repository at this point
Copy the full SHA cf9f8f1View commit details
Commits on Dec 28, 2023
-
Fix bug in sync acknowledgement via socket.io lost
Ben Lewis committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 147faf0 - Browse repository at this point
Copy the full SHA 147faf0View commit details -
Add
localOnly
andtimeoutForAck
argumentsThese flags are used on the server-side. `localOnly` uses the `.local` feature on socket.io (which useful when synchronizing via another channel, e.g. Redis pub / sub, between servers, which is necessary anyway to ensure the server state is synchronized properly) `timeoutForAck` determines the timeout for the "sync-step-1" event Added error handling to failed acknowledgement for "sync-step-1"
Ben Lewis committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for af9e22f - Browse repository at this point
Copy the full SHA af9e22fView commit details -
Fix handshake type in authenticate argument
Ben Lewis committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 85f00bb - Browse repository at this point
Copy the full SHA 85f00bbView commit details