-
Notifications
You must be signed in to change notification settings - Fork 139
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
[ADDED] kvStore_WatchMulti, js_Subscribe[Sync]Multi #750
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #750 +/- ##
==========================================
- Coverage 68.76% 68.69% -0.07%
==========================================
Files 38 39 +1
Lines 15100 15176 +76
Branches 3119 3137 +18
==========================================
+ Hits 10383 10425 +42
- Misses 1681 1700 +19
- Partials 3036 3051 +15 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that you are going to update PR with replacement for "printStringArray", but wanted to start commenting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ibe[Sync]Multi (#750)
Added
kvStore_WatchMulti
,js_SubscribeSyncMulti
,js_SubscribeMulti
APIs to use multi-subject consumers.