You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for missing parameter deserialization (if the parameter is an Option, it should still work).
Improve auto-generated doc-comments:
Subscriptions descriptions should include the type of yielded items.
Provide a way for users to extend auto-generated doc-comments (there must be a way to add descriptions to both server- and client-side parts).
Rewrite no_run examples in doc-comments to the actual doc-tests (otherwise they'll become outdated at some point).
Add a way to set up an associated type for the RPC-specific Error type or just return the actual error instead of putting it inside Ok(Err(err)) which causes the error type to have the Serialize bound, Proc macro tweaks #403 (comment)
Require subscriptions to return an error, just like for normal methods
(do add more details here as needed, draft ticket)
The text was updated successfully, but these errors were encountered:
Option
, it should still work).no_run
examples in doc-comments to the actual doc-tests (otherwise they'll become outdated at some point).Error
type or just return the actual error instead of putting it insideOk(Err(err))
which causes the error type to have theSerialize bound
, Proc macro tweaks #403 (comment)(do add more details here as needed, draft ticket)
The text was updated successfully, but these errors were encountered: