aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/examples/pubsub_server.rs
Commit message (Collapse)AuthorAgeFiles
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-151
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-141
| | | | clean up examples
* jsonrpc: spread out comments and clean uphozan232024-06-131
|
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
|
* jsonrpc: spawn task when handle new requesthozan232024-05-231
|
* jsonrpc: support pubsubhozan232024-05-221