Skip to content

Commit 90eecae

Browse files
committed
address feedback + cleanup
1 parent 781c967 commit 90eecae

File tree

3 files changed

+188
-200
lines changed

3 files changed

+188
-200
lines changed

packages/polling-controller/src/AbstractPollingController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export function AbstractPollingControllerBaseMixin<TBase extends Constructor>(
8080
this.#pollingTokenSets.set(key, pollingTokenSet);
8181

8282
if (pollingTokenSet.size === 1) {
83-
// Start new polling only if it's the first token for this key
8483
this._startPollingByNetworkClientId(networkClientId, options);
8584
}
8685

0 commit comments

Comments
 (0)