We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5703953 commit 2444ad8Copy full SHA for 2444ad8
firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteStore.java
@@ -617,7 +617,7 @@ private void handleWriteStreamClose(Status status) {
617
if (Status.OK.equals(status)) {
618
// Graceful stop (due to stop() or idle timeout). Make sure that's desirable.
619
hardAssert(
620
- !shouldStartWatchStream(), "Write stream was stopped gracefully while still needed.");
+ !shouldStartWriteStream(), "Write stream was stopped gracefully while still needed.");
621
}
622
623
// If the write stream closed due to an error, invoke the error callbacks if there are pending
0 commit comments