aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/server/builder.rs
Commit message (Expand)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
* jsonrpc: add tcp, tls and ws features for compilationhozan232024-06-221
* jsonrpc/client: fix subscription error when the subscriber cannot keep uphozan232024-06-211
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-281