Issues
- 1
Support mut self in proc macros
#1508 opened by peitalin - 2
- 0
Support register a default call for `method not found`
#1504 opened by yjhmelody - 0
client: add `RpcServiceT` middleware
#1503 opened by niklasad1 - 0
deps: move to cargo workspace dependencies
#1500 opened by niklasad1 - 5
Relay Node Connections to MPC Nodes Are Being Denied
#1490 opened by vinay10949 - 1
HTTP server require Content-Type to be set
#1495 opened by Fabcien - 1
server: use `ServerConfigBuilder` to replace `ServerBuilder`'s duplicate setter methods
#1486 opened by koushiro - 5
- 1
`ConnectionState` dropped before HTTP request is finished
#1467 opened by dinhani - 0
Confusing behaviour with super traits with the rpc macro
#1453 opened by benluelo - 1
Misleading message in jsonrpsee_server::transport::http::response::method_not_allowed
#1451 opened by dcfreire - 2
- 4
`TransportReceiverT::receive` should return an Option to indicate a dropped connection
#1461 opened by AArnott - 1
rpc attribute fails with `client, server` argument: `context` is a reference that is only valid in the closure body
#1459 opened by AArnott - 3
Question: Disconnect ws connection from server side
#1448 opened by shunsukew - 1
core::client::Error double prints error message
#1447 opened by benluelo - 10
Failed response decoding breaks RPC connection
#1409 opened by nazar-pc - 2
How to enable "gzip,deflate" for Jsonrpsee client?
#1444 opened by f-squirrel - 4
Expose current connections count as request extension
#1438 opened by dinhani - 4
Pass something from http middleware to rpc middleware
#1370 opened by dpc - 4
Unparseable notification
#1435 opened by Jomik - 0
server: add synchronization of ping/pong mechanism
#1433 opened by niklasad1 - 2
HTTP level request response Logging
#1417 opened by shunsukew - 7
- 4
`0.23.0` `tls` feature relies on `rustls-platform-verifier`, bringing other unwanted dependencies
#1407 opened by oleonardolima - 2
bug(transport): it should not try to resolve sockaddrs when using `build_with_stream`
#1411 opened by oleonardolima - 0
server: `http extensions` are cloned for every rpc call
#1391 opened by niklasad1 - 1
Helper function for hyper v1 graceful shutdown
#1397 opened by shunsukew - 2
Inheriting HTTP Header Option to RPC middlewares
#1388 opened by shunsukew - 1
Username and password in the url ignored
#1371 opened by dpc - 0
server: wrapping `jsonrpsee:TowerService` is a new type pattern is not possible
#1383 opened by niklasad1 - 3
- 2
Unable to set the `id_provider` when using `RpcModule::raw_json_request`
#1342 opened by JamesHinshelwood - 1
Use async backpressure instead of MaxSlotsExceeded error
#1374 opened by nazar-pc - 1
support RequestID as `null`
#1376 opened by niklasad1 - 6
Strange behaviour when sending a web socket request.
#1364 opened by de-ltd - 2
Hanging on read next message
#1344 opened by de-ltd - 5
Can't use `params` as parameter name when using `subscription` proc-macro attribute
#1362 opened by koushiro - 2
client: `max_buffer_capacity_per_subscription` doesn't check that n == 0
#1357 opened by YichiZhang0613 - 4
Support non-standard fields in Response
#1349 opened by thebabush - 2
[Feature Rqeuest]: Generate documentation from traits declarations and attrs of `#[rpc]` macro
#1348 opened by Velnbur - 1
Lower the logging level
#1329 opened by dpc - 2
Tracking WS/Http specific request metrics
#1345 opened by mattsse - 2
Should Jsonrpsee support scale encoded params in proc macro and not only json serialization and deserialization
#1339 opened by MrishoLukamba - 1
Compilation failed.
#1337 opened by MathieuDutSik - 4
- 2
client: support other async runtimes than `tokio`
#1335 opened by gcp-development - 1
- 3
Unparseable message: "ping"
#1319 opened by slyons