Skip to content

Commit bad531d

Browse files
authored
Remove stale comment from WatchChangeAggregator changes. (#1698)
1 parent 0725a5d commit bad531d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Firestore/Source/Remote/FSTRemoteStore.mm

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,6 @@ @interface FSTRemoteStore () <FSTWatchStreamDelegate, FSTWriteStreamDelegate>
8383
@property(nonatomic, strong, readonly)
8484
NSMutableDictionary<FSTBoxedTargetID *, FSTQueryData *> *listenTargets;
8585

86-
/**
87-
* A mapping of targetId to pending acks needed.
88-
*
89-
* If a targetId is present in this map, then we're waiting for watch to
90-
* acknowledge a removal or addition of the target. If a target is not in this
91-
* mapping, and it's in the listenTargets map, then we consider the target to
92-
* be active.
93-
*
94-
* We increment the count here everytime we issue a request over the stream to
95-
* watch or unwatch. We then decrement the count everytime we get a target
96-
* added or target removed message from the server. Once the count is equal to
97-
* 0 we know that the client and server are in the same state (once this state
98-
* is reached the targetId is removed from the map to free the memory).
99-
*/
100-
10186
@property(nonatomic, assign) FSTBatchID lastBatchSeen;
10287

10388
@property(nonatomic, strong, readonly) FSTOnlineStateTracker *onlineStateTracker;

0 commit comments

Comments
 (0)