Page MenuHomePhabricator

[lib] create session with peer only when it is missing
ClosedPublic

Authored by kamil on Aug 8 2024, 4:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 21, 12:36 AM
Unknown Object (File)
Thu, Mar 13, 6:26 AM
Unknown Object (File)
Mon, Mar 10, 2:31 PM
Unknown Object (File)
Wed, Mar 5, 2:11 AM
Unknown Object (File)
Feb 19 2025, 3:52 PM
Unknown Object (File)
Feb 18 2025, 4:50 AM
Unknown Object (File)
Jan 15 2025, 11:10 AM
Unknown Object (File)
Jan 11 2025, 2:17 AM
Subscribers

Details

Summary

ENG-6982.

ENG-8527.

We definitely shouldn't attempt to create a session when sending a message using Tunnelbroker fails.
According to Olm docs encrypt could throw only two errors:

  • NOT_ENOUGH_RANDOM
  • OUTPUT_BUFFER_TOO_SMALL

and attempting to create a session for those two is not to attempt new session creation, the only case is when the session is missing.

The alternative is to not update the code because peerOlmSessionsCreator is idempotent but we can avoid additional worker/CommCoreModule calls.

Depends on D13025

Test Plan

Test that when session is missing, it is created.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable