aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/examples
Commit message (Collapse)AuthorAgeFiles
* use shadown variables to name clones and place them between {} when spawning ↵hozan232024-06-291
| | | | new tasks
* update dependencieshozan232024-06-241
|
* jsonrpc/client: close the subscription channel when calling unsubscribehozan232024-06-221
|
* jsonrpc/client: fix subscription error when the subscriber cannot keep uphozan232024-06-211
| | | | | | Add a limit for receiving notifications for the subscription. If this limit is exceeded, the client will stop and raise an error. The limit is configurable when building a new client.
* bump version to 0.1.3hozan232024-06-152
|
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-153
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-145
| | | | clean up examples
* bump version to 0.1.2hozan232024-06-131
|
* jsonrpc: spread out comments and clean uphozan232024-06-133
|
* jsonrpc/server: use queue with condvar instead of async channelshozan232024-05-303
|
* jsonrpc: add comments & remove debugging codehozan232024-05-282
|
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
|
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-281
|
* p2p: rename connection.rs to conn_queue.rshozan232024-05-251
|
* jsonrpc: spawn task when handle new requesthozan232024-05-233
|
* jsonrpc: support pubsubhozan232024-05-225
|
* jsonrpc: add ws cargo featureshozan232024-05-201
|
* use cargo features to enable/disable protocols for net cratehozan232024-05-191
|
* add tokio examples to p2p, jsonrpc, and net crateshozan232024-05-194
|
* add support for tokio & improve net crate apihozan232024-05-193
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-022
|
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-302
| | | | to Conn and Listener.
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-302
|
* jsonrpc: switch to LF delimiter for reading json, replacing the dummy delimiterhozan232023-11-211
|
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-202
|
* karyons jsonrpc implementationhozan232023-11-193