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

Introduce a Reactive Component for Event Consumption in App Navigation #31

Open
1 task done
Basler182 opened this issue Jun 9, 2024 · 0 comments
Open
1 task done
Assignees
Labels
enhancement New feature or request

Comments

@Basler182
Copy link
Contributor

Problem

using a pure shared flow might risk losing some events due to the fire-and-forget nature of shared flows. This means that the navigator may not be aware if the event it fired was indeed consumed.

Solution

Introduce a reactive component that notifies back the navigator when an event is consumed. This component will ensure that the navigator is aware of the event's consumption status, addressing the potential issue of losing events.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@Basler182 Basler182 added the enhancement New feature or request label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants