Skip to content

Issue to maintain same session  #15

@DhavalBhimani

Description

@DhavalBhimani

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions