aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/client/subscriptions.rs
Commit message (Collapse)AuthorAgeFiles
* jsonrpc/client: close the subscription channel when calling unsubscribehozan232024-06-221
|
* jsonrpc: use `ServerConfig` and `ClientConfig` as the inner field inhozan232024-06-221
| | | | `ServerBuilder` and `ClientBuilder`
* 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