Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | use shadown variables to name clones and place them between {} when spawning ↵ | hozan23 | 2024-06-29 | 1 |
| | | | | new tasks | |||
* | jsonrpc/client: close the subscription channel when calling unsubscribe | hozan23 | 2024-06-22 | 1 |
| | ||||
* | 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 unbounded channels as buffer for sending requests & ↵ | hozan23 | 2024-06-14 | 1 |
| | | | | clean up examples | |||
* | jsonrpc/server: use queue with condvar instead of async channels | hozan23 | 2024-05-30 | 1 |
| | ||||
* | jsonrpc: support pubsub | hozan23 | 2024-05-22 | 1 |