Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue to maintain same session #15

Open
DhavalBhimani opened this issue Dec 7, 2019 · 1 comment
Open

Issue to maintain same session #15

DhavalBhimani opened this issue Dec 7, 2019 · 1 comment

Comments

@DhavalBhimani
Copy link

Hello All,

I'm facing very strange issue in integration below is the test case.

For first time for store with fresh its working fine for encryption and decryption.When I second time init same store and try to decrypt the message facing issue in sign key code in below function

func signedPreKey(for id: UInt32) throws -> Data {
guard let key = signedKeys[id] else {
throw SignalError(.invalidId, "No signed pre key for id (id)")
}
return key
}

its through the error ""No signed pre key for id (id)".So how can I manage same store.

@dangell7
Copy link

You fix this? I got the same issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants