context in ENG-7246
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 14 2024
Jun 13 2024
In D12375#352658, @ashoat wrote:Yes, if a device receives IdentityDeviceListUpdated, it must broadcast standardized DeviceListUpdated to all its peers because only the receiving device knows the peer list.
What happens if the devices are offline? Wondering if there will be an issues in the interim period, between when identity has updated the device list, and when the peers will receive the message to update their device lists for that user.
address review
In D12377#352213, @bartek wrote: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
ownDeviceID -> thisDeviceID
- add comment
- remove obsolete condition
rebase
ifSocketExists -> doesSocketExist
In D12375#351687, @ashoat wrote:In this case we also want the receiving device to re-send this to all other peers.
Some questions:
- When you say re-send, do you mean that the receiving device will send the same message type (IdentityDeviceListUpdated) to peers? Or a different message type? (I assume different, since you indicated this message is always sent directly by Identity.)
Jun 11 2024
Jun 10 2024
Nice to see that 👏
Jun 7 2024
- rebase
- shorthand
Jun 6 2024
Jun 3 2024
- address review
- rebase before landing
nice 👏