Jagannadh V

Results 48 comments of Jagannadh V

A rough representation of the idea. ![image_2023_07_03T07_37_13_931Z](https://github.com/atsign-foundation/at_client_sdk/assets/20091120/790e4428-7085-4d84-b7c2-6fb06181f6f6)

Pre-conditions to have atClient to work offline: 1. Hive storage should have been initialized (Created in create() method of AtClientImpl - called by onBoard() method of AtClientService) 2. AtClientManager should...

Expected behavior: - SDK should give an instance of an atClient as long as the storage is fully initialized for an @sign - If online works the way it is...

Yes. We do proactively cache public keys. However, if 'bypassCache' is set to true, plookup will always retrieve the value from the secondary of the owner of the public key....

Adding @purnimavenkatasubbu to help develop a test suite for this scenario detailed in the ticket

@gkc I will work with you to brin storm potential solutions to this problem.

Investigating this issue. Testing the issue with the code changes done for https://github.com/atsign-foundation/at_server/issues/856. @cconstab I recon, originally both the secondaries are running with 50MB. How long it take before the...

Memory optimisation fixes took care of this issue too. @cconstab can you please retest and close the issue.

This task is about coming up with a mechanism to move data from one secondary to another secondary. i.e If secondary for @bob is hosted on a certain HOST and...