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

refactor(live-update)!: remove setChannel and getChannel #264

Open
robingenz opened this issue Aug 17, 2024 · 1 comment
Open

refactor(live-update)!: remove setChannel and getChannel #264

robingenz opened this issue Aug 17, 2024 · 1 comment

Comments

@robingenz
Copy link
Member

robingenz commented Aug 17, 2024

The setChannel and getChannel seems to confuse many developers. There have been several support requests where the problem was that setChannel was called too late or not at all and thus no live update was received.

-> Therefore both methods should be replaced by a new channel parameter in the sync(...) method.

@riderx
Copy link

riderx commented Oct 29, 2024

Same problem in mine, that was the first naive way of doing it ^^

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

No branches or pull requests

2 participants