-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align async, remove unneccsary Async/Promise (#73)
* Align async, remove unneccsary Async/Promis * Add Subscriber Options, include handler / callback option * Update queryable to include handler type * Merge main * Add Explicit Reciever, resolves issue issues/63 * add is_closed, on session * add new_timestamp to plugin * Add Key Expr method to subscriber * Make Publisher.put() take PutPublisherOptions * Add PublisherDelete method * Add QueryTarget to get operation * Add new_timestamp() to session, Add timestamp to Delete, and Put Options, Tracking created timestamps on backend * Handle Timestamp Variant DataMessage * cleanup Sub Example * add timestamp PublisherPut, fix non-calling get_resource_id() for timestamp on delete * add is_empty to ZBytes * rename buffer with to_bytes * Update Examples to use new _Options format, Add command line parsing for Deno examples
- Loading branch information
1 parent
f4da5f5
commit f3b1f1b
Showing
34 changed files
with
877 additions
and
243 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
Oops, something went wrong.