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
The SDK detects when the backup is disabled, when re-enabling it, it believes it is enabled until you try to send a message (or maybe receive one that needs to open the key backup?) at which point it believes the backup is disabled again. Choosing to enable the backup fails with
Recording of 2 webs + an EX showing this and how it is handled differently.
Backup1080.mov
The text was updated successfully, but these errors were encountered:
pixlwave
changed the title
Disabling and recreating key backup on Web leaves Rust (EX) in a weird state.
Disabling and recreating key backup on Web leaves the SDK (EX) in a weird state.
Oct 30, 2024
// TODO: This should remove the old stored key and version.
That's why the SDK things the backup is active again after the restart.
I reproduced this and it can happen if there are multiple backups alive on the server as well. The SDK deletes the currently active one, the one the SDK uses itself, but after that one got deleted another one has become active.
The SDK detects when the backup is disabled, when re-enabling it, it believes it is enabled until you try to send a message (or maybe receive one that needs to open the key backup?) at which point it believes the backup is disabled again. Choosing to enable the backup fails with
Recording of 2 webs + an EX showing this and how it is handled differently.
Backup1080.mov
The text was updated successfully, but these errors were encountered: