Skip to content

Commit b530cd5

Browse files
Clear stream token
1 parent 44731f9 commit b530cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/remote/persistent_stream.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ export class PersistentWriteStream extends PersistentStream<
688688
protected tearDown(): void {
689689
if (this.handshakeComplete_) {
690690
this.writeMutations([]);
691+
this.lastStreamToken = ByteString.EMPTY_BYTE_STRING;
691692
}
692693
}
693694

0 commit comments

Comments
 (0)