Jagannadh V

Results 48 comments of Jagannadh V

Another solution approach I have in my mind is: "A sender continues to send the shared AES encryption key as part of the payload till the time he sees a...

Yes, Gary. Though it is not elegant, it does solve the two-client problem. The explanation would be when the key is part of the payload, the one from the payload...

```mermaid sequenceDiagram participant @alicePhone participant @aliceTablet participant @aliceSecondary participant @bobSecondary participant @bobPhone @alicePhone ->> @aliceSecondary: lookup:publicKey@bob @aliceTablet ->> @aliceSecondary: lookup:publicKey@bob Note left of @alicePhone: AESkey Generated if not available locally...

Colin's diagram is embedded as a mark down. Its the same diagram.

Hi @cconstab. Can you please check "at_functional_test/test/atclient_sync_callback_test.dart" in SDK.

This fix prevents unnecessary sync's hence there is no commit log and the related logic to compare commit id's. However, murali is working on implementing commit log compaction. The ticket...

Here is the detailed plan. Idea is to deliver V1 in PR52 # Version 1 - [x] Define and document core abstractions of the collection framework - [x] Implement the...

Here is the document that captures aspects related to this ticket : https://docs.google.com/document/d/1UNgcTBlvDSCqX5N-ai05vl6vrGBfTtgdPh-j50TibkU/edit?usp=sharing

As part of the ongoing ticket, our team has initiated efforts to benchmark server performance. The key objectives for this task include: 1. Designing and implementing a robust framework for...

I will work with @purnimavenkatasubbu and @srieteja on this