You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
setChannel
andgetChannel
seems to confuse many developers. There have been several support requests where the problem was thatsetChannel
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 thesync(...)
method.The text was updated successfully, but these errors were encountered: