8000 Introduce a Reactive Component for Event Consumption in App Navigation · Issue #31 · StanfordSpezi/SpeziKt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Introduce a Reactive Component for Event Consumption in App Navigation #31
Open
@Basler182

Description

@Basler182
< 643F div class="Box-sc-g0xbh4-0 markdown-body NewMarkdownViewer-module__safe-html-box--cRsz0">

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0