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'm trying to run through the test located in Testing/SignalProtocolTests/SignalProtocolObjCTests.m and am hitting Error Domain=org.whispersystems.SignalProtocol Code=4 "Invalid Key" UserInfo={NSLocalizedDescription=Invalid Key}
And am unsure how to resolve, or how the key could be invalid following the steps verbatim. Here I see a commented out reference to SignalPreKeyMessage but unsure if that was necessary there to have the test work properly.
I've noticed in the codebase that most references to
SignalPreKeyMessage
have been commented out and thus unsupported for use.Was there a specific reason or decision that led to this? In the JAVA library this appears to be used and is working.
One example:
Classes/SignalSessionBuilder.m
The text was updated successfully, but these errors were encountered: