at_client_sdk icon indicating copy to clipboard operation
at_client_sdk copied to clipboard

feat: Complete keystream implementation

Open XavierChanth opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Right now keystream uses notify instead of sync, which means it does not work for self keys.

Describe the solution you'd like

~~Finish my previous work on https://github.com/atsign-foundation/at_client_sdk/pull/803 now that it is no longer block by sync enhancements.~~

Implement auto-notifications for self keys, until sync is near real-time.

Describe alternatives you've considered

No response

Additional context

No response

XavierChanth avatar Jan 20 '23 22:01 XavierChanth

Current sync is not near-real-time, but notify is. In the interests of app user experience can I suggest we resolve this for now by implementing auto-notifications for self keys, and move to using sync when sync becomes near-real-time

gkc avatar Jan 23 '23 14:01 gkc

To be discussed further

XavierChanth avatar Jan 23 '23 16:01 XavierChanth