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
I have a strange situation where after having successfully processed/decrypted the PreSignalMessage, calling SignalSessionCipher.encryptData fails with a 'Code 0 - Unknown error'
After some investigation, I found that if simply repeating the call to SignalSessionCipher.encryptData step recursively it will eventually succeed.
Can anyone shed some light on this or point me in the direction of how to isolate the problem?
The text was updated successfully, but these errors were encountered:
timt
changed the title
Encryption of SignalMessage fails 'n' times
Encryption of SignalMessage fails 'n' times then succeeds with the same message
Sep 29, 2017
I have a strange situation where after having successfully processed/decrypted the PreSignalMessage, calling SignalSessionCipher.encryptData fails with a 'Code 0 - Unknown error'
After some investigation, I found that if simply repeating the call to SignalSessionCipher.encryptData step recursively it will eventually succeed.
Can anyone shed some light on this or point me in the direction of how to isolate the problem?
The text was updated successfully, but these errors were encountered: