Page MenuHomePhabricator

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

Authored by kamil on Mon, Jun 10, 4:58 AM.
Tags
None
Referenced Files
F2194718: D12377.id41157.diff
Fri, Jul 5, 7:07 AM
F2194668: D12377.id41301.diff
Fri, Jul 5, 6:40 AM
F2194562: D12377.id41288.diff
Fri, Jul 5, 5:50 AM
Unknown Object (File)
Tue, Jul 2, 11:35 PM
Unknown Object (File)
Tue, Jul 2, 2:19 PM
Unknown Object (File)
Mon, Jul 1, 1:56 PM
Unknown Object (File)
Sun, Jun 30, 2:46 AM
Unknown Object (File)
Sat, Jun 29, 3:25 PM
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.Mon, Jun 10, 9:51 AM
This revision is now accepted and ready to land.Wed, Jun 12, 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