-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stop oaph omitting inappropriately (#3693)
Fixes #3682 <!-- Please be sure to read the [Contribute](https://github.com/reactiveui/reactiveui#contribute) section of the README --> **What kind of change does this PR introduce?** <!-- Bug fix, feature, docs update, ... --> **What is the current behavior?** <!-- You can also link to an open issue here. --> **What is the new behavior?** <!-- If this is a feature change --> For deferred subscriptions in OAPH 2 changes where made: - On first `Value` access INPC is no longer emitted while the `Value` is still the initial value. - After accessing `Value` for the first time, INPC is no longer emitted if the value produced from source is the same as the initial value **What might this PR break?** I don't think anything will break. It doesn't make sense for any UI framework to subscribe to INPC without reading the initial value anyway. **Please check if the PR fulfills these requirements** - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) **Other information**: --------- Co-authored-by: amr <[email protected]> Co-authored-by: Chris Pulman <[email protected]>
- Loading branch information
1 parent
65377aa
commit 0db5167
Showing
2 changed files
with
67 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters