Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist messages between user sessions #42

Open
gabheadz opened this issue Feb 15, 2023 · 0 comments
Open

Persist messages between user sessions #42

gabheadz opened this issue Feb 15, 2023 · 0 comments

Comments

@gabheadz
Copy link
Contributor

Is your feature request related to a problem? Please describe.
There are scenarios, where processes takes several hours to complete and a notification would be desirable upon completion, even if the user is not longer connected.

Describe the solution you'd like

  • When requesting to deliver a message to a user, and there's is no longer an active channel, persist message for a configurable period of time.
  • Push such messages when the client initiates a new session and opens a channel.
  • There is already a functionality to persist messages when clients looses connection temporarilly with channel-sender. But the proposed solution is aimed to persist messages between user sessions.

Describe alternatives you've considered

  • None at the moment.

Additional context

  • N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant