index
:
karyon.git
master
A library for building p2p, decentralized, and collaborative software.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonrpc
/
src
/
client
Commit message (
Collapse
)
Author
Age
Files
*
jsonrpc: remove unwrap() and use expect() for examples, docs, and tests
hozan23
2024-06-30
3
|
*
use shadown variables to name clones and place them between {} when spawning ↵
hozan23
2024-06-29
1
|
|
|
|
new tasks
*
jsonrpc: add info logs when connecting/listening to endpoint
hozan23
2024-06-23
1
|
*
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
3
|
|
|
|
`ServerBuilder` and `ClientBuilder`
*
jsonrpc: add tcp, tls and ws features for compilation
hozan23
2024-06-22
1
|
*
jsonrpc/client: fix subscription error when the subscriber cannot keep up
hozan23
2024-06-21
4
|
|
|
|
|
|
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
3
|
*
bump version to 0.1.3
hozan23
2024-06-15
1
|
*
jsonrpc: client use unbounded channels as buffer for sending requests & ↵
hozan23
2024-06-14
3
|
|
|
|
clean up examples
*
p2p: WIP implement rpc server for the p2p monitor
hozan23
2024-06-14
1
|
*
jsonrpc: spread out comments and clean up
hozan23
2024-06-13
4
|
*
jsonrpc/server: use queue with condvar instead of async channels
hozan23
2024-05-30
1
|
*
jsonrpc: add comments & remove debugging code
hozan23
2024-05-28
2
|
*
jsonrpc: move `SubscriptionID` to message.rs
hozan23
2024-05-28
1
|
*
jsonrpc: enable concurrent requests in `Client`
hozan23
2024-05-28
2
|
*
p2p: WIP rpc server implementation for the p2p monitor
hozan23
2024-05-27
1
|
*
jsonrpc: remove subscriber field from Request & clean up
hozan23
2024-05-23
1
|
*
jsonrpc: spawn task when handle new request
hozan23
2024-05-23
1
|
*
jsonrpc: support pubsub
hozan23
2024-05-22
1