Skip to content

Bugfix/rx stateful no subs values#112

Merged
michaelbe812 merged 5 commits intomainfrom
bugfix/rx-stateful-no-subs-values
Jul 26, 2024
Merged

Bugfix/rx stateful no subs values#112
michaelbe812 merged 5 commits intomainfrom
bugfix/rx-stateful-no-subs-values

Conversation

@michaelbe812
Copy link
Copy Markdown
Owner

No description provided.

The issue was caused when a source does not emit a thruthy value. This is e.g. the case for Endpoints which send an empty response back, e.g. after a delete-operation.

The problem can easiliy be simulated by
```ts
rxStateful$(
 timer(1000).pipe(switchMap(() => of(null)))
)
```
@michaelbe812 michaelbe812 merged commit 034ce71 into main Jul 26, 2024
@michaelbe812 michaelbe812 deleted the bugfix/rx-stateful-no-subs-values branch July 26, 2024 05:44
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-river-0283bb503-112.westeurope.4.azurestaticapps.net

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

Successfully merging this pull request may close these issues.

1 participant