forked from nats-io/nats.c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADDED] kvStore_WatchMulti, js_Subscribe[Sync]Multi (nats-io#750)
* WIP: passing existing tests * fix KVWatch * free subjects * Added tests * Added js_SubscribeMulti * PR feedback: avoid unneeded calloc for KVWatch * PR feedback: changes to _subscribe wrapper * nats_formatStringArray refactor+test * PR feedback: safer _subscribe empty subject handling * PR feedback: @params in doc * more coverage * PR feedback: cleanup the existing buffer on failure to realloc * refactored the Format test * adjusting codecov
- Loading branch information
Showing
9 changed files
with
422 additions
and
37 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
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
Oops, something went wrong.