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
Methods setting watches return channels with events. If the watches are non-persistent the channels will be closed after the watch fires. It is important to stop reading from the channel after the event because once it's closed, reading from the channel will produce events in their default state which is confusing.
The documentation of the watch methods should warn that the channels close and further reads will produce confusing events.
Methods setting watches return channels with events. If the watches are non-persistent the channels will be closed after the watch fires. It is important to stop reading from the channel after the event because once it's closed, reading from the channel will produce events in their default state which is confusing.
The documentation of the watch methods should warn that the channels close and further reads will produce confusing events.
CC @jpfourny
The text was updated successfully, but these errors were encountered: