Page MenuHomePhabricator

[Identity] implement sending `IdentityDeviceListUpdated` using Tunnelbroker client
ClosedPublic

Authored by kamil on Jun 10 2024, 4:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 19, 7:11 PM
Unknown Object (File)
Mon, Mar 3, 7:52 AM
Unknown Object (File)
Mon, Mar 3, 6:48 AM
Unknown Object (File)
Mon, Mar 3, 6:48 AM
Unknown Object (File)
Mon, Mar 3, 6:48 AM
Unknown Object (File)
Feb 28 2025, 2:09 AM
Unknown Object (File)
Feb 28 2025, 2:01 AM
Unknown Object (File)
Feb 26 2025, 9:02 AM
Subscribers

Details

Summary

Part of ENG-7837.

Sending message from Identity to device using Tunnelbroker - similar to RefreshKeyRequest.

Depends on D12376

Test Plan

Call this method and check if message was queued on Tunnelbroker.

Diff Detail

Repository
rCOMM Comm
Branch
peer-list-3
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jun 10 2024, 9:51 AM
This revision is now accepted and ready to land.Jun 12 2024, 8:45 AM

Might be worth refactoring this function to take array of device IDs &[&str] and send messages in a for loop, to avoid creating tunnelbroker_client for each device when called this in a loop

refactor to use array od device IDs

Might be worth refactoring this function to take array of device IDs &[&str] and send messages in a for loop, to avoid creating tunnelbroker_client for each device when called this in a loop

Good call