parse the prekey blob string using folly and then convert the std::string to a rust::String / jsi::String
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Can you link the diff where you update parsing prekeys when creating a session and land those two together? Now it's not possible to create a session between two native devices.
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp | ||
---|---|---|
587 ↗ | (On Diff #38031) | I would add two checks:
In case anything fails we will have more informative errors. |
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp | ||
---|---|---|
587 ↗ | (On Diff #38031) |