Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | jsonrpc/client: close the subscription channel when calling unsubscribe | hozan23 | 2024-06-22 | 1 |
| | ||||
* | jsonrpc: use `ServerConfig` and `ClientConfig` as the inner field in | hozan23 | 2024-06-22 | 1 |
| | | | | `ServerBuilder` and `ClientBuilder` | |||
* | jsonrpc/client: fix subscription error when the subscriber cannot keep up | hozan23 | 2024-06-21 | 1 |
| | | | | | | 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 Responses | hozan23 | 2024-06-17 | 1 |