You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multi-tab synchronized persistence, waitForPendingWrites() does not resolve in some of the tabs when you have multiple tabs open.
In our experiments, it correctly resolves in one of the tabs when a write is initiated and tracked in it with waitForPendingWrites(). This is presumably the primary tab for the persistence synchronization.
For writes initiated and tracked in any of the secondary tabs though, waitForPendingWrites() never resolves.
The text was updated successfully, but these errors were encountered:
Describe your environment
Describe the problem
When using multi-tab synchronized persistence, waitForPendingWrites() does not resolve in some of the tabs when you have multiple tabs open.
In our experiments, it correctly resolves in one of the tabs when a write is initiated and tracked in it with waitForPendingWrites(). This is presumably the primary tab for the persistence synchronization.
For writes initiated and tracked in any of the secondary tabs though, waitForPendingWrites() never resolves.
The text was updated successfully, but these errors were encountered: