Skip to content

Commit 4d8a973

Browse files
committed
stop flushing too early
1 parent 8746622 commit 4d8a973

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/src/client.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,10 +1149,6 @@ export abstract class Client<O extends ClientOptions = ClientOptions> {
11491149
* `false` otherwise
11501150
*/
11511151
protected async _isClientDoneProcessing(timeout?: number): Promise<boolean> {
1152-
if (!this._numProcessing) {
1153-
return true;
1154-
}
1155-
11561152
let ticked = 0;
11571153

11581154
while (!timeout || ticked < timeout) {

0 commit comments

Comments
 (0)