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

Provide syncoff mode to maintain watch stream without syncing in realtime sync mode #770

Closed
chacha912 opened this issue Apr 9, 2024 · 0 comments · Fixed by #772
Closed

Comments

@chacha912
Copy link
Contributor

Description:

In certain cases, users may want to maintain the watch stream without performing sync (push/pull) while performing other operations in the editor. Currently, using pause() results in the watch stream being disconnected, causing an unwatched event to occur and presence to disappear. In order to address this need where users want to maintain the watch stream without syncing in realtime mode, it is needed to introduce a syncoff mode.

Why:

To provide users with the flexibility to manage the watch stream without syncing in specific scenarios, improving the overall usability and experience of the product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant