Small changes

This commit is contained in:
Andras Schmelczer 2026-04-25 13:40:34 +01:00
commit b52c09fecc
8 changed files with 69 additions and 292 deletions

View file

@ -154,7 +154,7 @@ export class Syncer {
public reset(): void {
this._isFirstSyncStarted = false;
this.queue.clear();
this.queue.clearPending();
// Don't null the reference synchronously — if the scan is
// still in flight, the next reconnect would spawn a second
// concurrent scan racing on the same queue. Defer the