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
In Auth.Connection we ensure that messages are delivered in the correct order. But if we missed an earlier message, we'll just hang and will never throw an informative error (this was the situation with the automerge-repo AuthProvider before we introduced a queue to store messages we weren't ready for yet)
The text was updated successfully, but these errors were encountered:
In Auth.Connection we ensure that messages are delivered in the correct order. But if we missed an earlier message, we'll just hang and will never throw an informative error (this was the situation with the automerge-repo AuthProvider before we introduced a queue to store messages we weren't ready for yet)
The text was updated successfully, but these errors were encountered: