aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/client/builder.rs
Commit message (Collapse)AuthorAgeFiles
* jsonrpc: remove unwrap() and use expect() for examples, docs, and testshozan232024-06-301
|
* jsonrpc: use `ServerConfig` and `ClientConfig` as the inner field inhozan232024-06-221
| | | | `ServerBuilder` and `ClientBuilder`
* jsonrpc: add tcp, tls and ws features for compilationhozan232024-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.
* jsonrpc/client: use serde untagged enum for decoding Notifications and Responseshozan232024-06-171
|
* jsonrpc: spread out comments and clean uphozan232024-06-131
|
* jsonrpc: add comments & remove debugging codehozan232024-05-281
|
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-281