Skip to content

feat:reliable channels improvements #2713

@fryorcraken

Description

@fryorcraken

Description

List of improvements to do for reliable channels:

  • Offer local storage option for SDS message:
    localHistory: ILocalHistory = new MemLocalHistory()
    , include loading strategy (re-emit all messages at start?)
  • fix missing unsubscribes:
  • React hooks
  • Review how "missing message" events can be used. Maybe add a "sync" event status, to let dev know whether:
    • No missing messages "all synced"
    • Some missing messages, and maybe a number "N messages to sync"
    • Some missing messages, but gave up trying "N irretrievable messages"
    • or just ensure that missing mesasge/irretrievable messages event work, and show how to use them
  • Ensure no dupe events for missing messages, or in any array
  • Ensures that it works, even if previous messages were marked as irretrievable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions