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

fix(observer): send first value sync #56

Merged
merged 6 commits into from
Aug 31, 2023
Merged

Conversation

pjechris
Copy link
Owner

@pjechris pjechris commented Aug 29, 2023

⚽️ Description

Previous MR broke first value which was always sent asynchronously. While this seems cool it meant delay in displaying in some cases.

🔨 Implementation details

When registering, first value can be sent right away.

Side effect that will need to be fixed: because initial value being sent, array observations send n initial value

@pjechris pjechris added the bug Something isn't working label Aug 29, 2023
@pjechris pjechris merged commit cacb619 into main Aug 31, 2023
@pjechris pjechris deleted the fix/initialValue-sync branch August 31, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant