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
In the subscribe callback for my new subscription I will receive the value at "a.b.c" at the time of my initial unsubscription, and then will also receive the current value at "a.b.c". I only want to receive the current value upon resubscription of a path.
The text was updated successfully, but these errors were encountered:
If I do a listen:
Then later I unsubscribe to that subscription:
Then the data at "a.b.c" changes a few times
Then I resubscribe to "a.b.c":
In the subscribe callback for my new subscription I will receive the value at "a.b.c" at the time of my initial unsubscription, and then will also receive the current value at "a.b.c". I only want to receive the current value upon resubscription of a path.
The text was updated successfully, but these errors were encountered: