Say what a peer did with each receipt segment, and leave no drop unlogged
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export class SendWindow {
|
||||
}
|
||||
|
||||
/** Resolves 0 once nothing is left on the wire, or with what still is. */
|
||||
idle(timeout: number, signal?: AbortSignal): Promise<number> {
|
||||
idle(timeout: number, signal: AbortSignal | undefined): Promise<number> {
|
||||
return this.idleWaiters.wait(() => this.unfinished(), timeout, signal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user