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
For the servers that shouldn't matter much but for the clients it's a big concern i.e, the unsubscribe won't work properly.
So maybe it could make sense return Option<String> instead and require users to provide unsubscribe if not the method starts with subscribe
The text was updated successfully, but these errors were encountered:
This will generate ->
"unsubscribeauthor_submitAndWatchExtrinsic"
, see https://github.com/paritytech/jsonrpsee/blob/master/proc-macros/src/rpc_macro.rs#L342-#L344For the servers that shouldn't matter much but for the clients it's a big concern i.e, the unsubscribe won't work properly.
So maybe it could make sense return
Option<String>
instead and require users to provideunsubscribe
if not the method starts withsubscribe
The text was updated successfully, but these errors were encountered: