Closed
Description
Operating System
Both Mac and Windows
Browser Version
Chrome, Electron Browser window
Firebase SDK Version
10.7.0, 10.7.1
Firebase SDK Product:
Firestore
Describe your project's tooling
Plain Electron app
Describe the problem
This is the new ticket for hanging query issue, follow up from #7771 and #7652
When update Firebase to 10.7.0 and 10.7.1, the query becomes a lot slower and frequently stuck with error below:
@firebase/firestore: Firestore (10.7.0): WebChannelConnection RPC 'Listen' stream 0x5b9a037f transport errored: Wn {type: 'c', target: Hn, g: Hn, defaultPrevented: false, status: 1}
Switch back to 10.6.0 and the query completes quickly.
Steps and code to reproduce issue
I've created a minimal sample to reproduce this issue and have shared with @MarkDuckworth, if you need to get access to the private repo, please let me know, thank you!