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

feat(ValueStream): add lastEventOrNull, isLastEventValue, isLastEventError, errorAndStackTraceOrNull #729

Merged
merged 8 commits into from
Jun 24, 2023

Conversation

hoc081098
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2023

Codecov Report

Merging #729 (658fca6) into master (0c4fded) will increase coverage by 0.21%.
The diff coverage is 88.88%.

❗ Current head 658fca6 differs from pull request most recent head b4c9b53. Consider uploading reports for the commit b4c9b53 to get more accurate results

@@            Coverage Diff             @@
##           master     #729      +/-   ##
==========================================
+ Coverage   93.30%   93.51%   +0.21%     
==========================================
  Files          77       77              
  Lines        2390     2407      +17     
==========================================
+ Hits         2230     2251      +21     
+ Misses        160      156       -4     

@hoc081098 hoc081098 changed the title lastEvent ValueStream add lastEventOrNull, isLastEventValue, isLastEventError to ValueStream Jun 23, 2023
@hoc081098 hoc081098 changed the title add lastEventOrNull, isLastEventValue, isLastEventError to ValueStream ValueStream: add lastEventOrNull, isLastEventValue, isLastEventError, errorAndStackTraceOrNull Jun 24, 2023
@hoc081098 hoc081098 changed the title ValueStream: add lastEventOrNull, isLastEventValue, isLastEventError, errorAndStackTraceOrNull feat(ValueStream): add lastEventOrNull, isLastEventValue, isLastEventError, errorAndStackTraceOrNull Jun 24, 2023
@hoc081098 hoc081098 merged commit e4845a7 into ReactiveX:master Jun 24, 2023
@hoc081098 hoc081098 deleted the update_value_stream branch June 24, 2023 10:43
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.

BehaviorSubject not cleaning error after added data
2 participants