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
Right now, we rely on the client doing the contacts sync, running a message loop and handling all of the internals until ready to send messages. This isn't really nice (and easy) to use, and also incomplete.
Some notes:
Store some flag in our store impl like SD does (something like [isInitialSync, bool]). Internally run a message loop on linking/registration
Right now, we rely on the client doing the contacts sync, running a message loop and handling all of the internals until ready to send messages. This isn't really nice (and easy) to use, and also incomplete.
Some notes:
The text was updated successfully, but these errors were encountered: