nats-io / nats.c

A C client for NATS
Apache License 2.0
382 stars 132 forks source link

[ADDED] kvStore_WatchMulti, js_Subscribe[Sync]Multi #750

Closed levb closed 3 months ago

levb commented 3 months ago

Added kvStore_WatchMulti, js_SubscribeSyncMulti, js_SubscribeMulti APIs to use multi-subject consumers.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 56.38298% with 41 lines in your changes are missing coverage. Please review.

Project coverage is 68.69%. Comparing base (559c4bc) to head (b0ad17e).

Files Patch % Lines
src/js.c 61.29% 10 Missing and 14 partials :warning:
src/kv.c 51.72% 7 Missing and 7 partials :warning:
src/util.c 0.00% 2 Missing :warning:
src/mem.h 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.