We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for the 0.4 release of the jsonrpsee* crates. Issues that did not make it in for 0.3 are copied here (0.3 tracking issue here).
JsonRpcParams
#[serde(untagged)]
RawValue
atomic request IDs
StopHandle
HttpServer::start
SubscriptionSink.send
ParamsSer::NoParams
Note this is a draft and more items will be added, along with a tentative timeline.
The text was updated successfully, but these errors were encountered:
v0.4 is released
Sorry, something went wrong.
No branches or pull requests
Tracking issue for the 0.4 release of the jsonrpsee* crates. Issues that did not make it in for 0.3 are copied here (0.3 tracking issue here).
JsonRpcParams
, [jsonrpsee types]: provide macro for constructing JsonRpcParams #275#[serde(untagged)]
doesn't work withRawValue
#296atomic request IDs
#290StopHandle
for ws and http servers #451 (impl may differ)HttpServer::start
and returnStopHandle
#402 is a startSubscriptionSink.send
does not return error for disconnected client. #481ParamsSer::NoParams
#501Note this is a draft and more items will be added, along with a tentative timeline.
The text was updated successfully, but these errors were encountered: